Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Call public/auth with grant_type: coinbase_cdp and a CDP JWT. Send the returned access_token as Authorization: Bearer.

Query Parameters

invalidate_token
boolean

Token Invalidation: By default, all tokens created during the current session are invalidated when you call this method. You can control this behavior using this parameter:

  • invalidate_token=true (default): All session tokens are invalidated, requiring re-authentication for new connections
  • invalidate_token=false: Tokens remain valid, allowing you to reconnect using the same authentication

Response

200

Connection closed