2xx
range indicate success
4xx
range indicate an error that failed given the information provided (e.g., a
required parameter was omitted)
5xx
range indicate an error on CDP’s backend servers.
5xx
errors are not a guarantee of failure; there’s always the chance that the operation may have
succeeded in our back-end. Therefore, your application should treat the operation’s status as
unknown.errorType
: A machine-readable error codeerrorMessage
: A human-readable message providing more detailcorrelationId
: A unique identifier for the request that can help with debuggingerrorLink
: A link to detailed documentation about the specific error typeNetworkError
object with:
statusCode
: Always 0 (indicating no HTTP response was received)errorType
: Specific type of network errorerrorMessage
: Human-readable descriptionnetworkDetails
: Additional information including:
code
: Technical error codemessage
: Original error messageretryable
: Whether the operation should be retriednetwork_ip_blocked
)network_connection_failed
)api.cdp.coinbase.com
.network_timeout
)network_dns_failure
)nslookup api.cdp.coinbase.com
.api.cdp.coinbase.com
.nslookup api.cdp.coinbase.com
.curl
or similar: curl -I https://api.cdp.coinbase.com/platform
.