Market Token

GET /user/{fin}/tokens/market

Market Token

Use this endpoint to receive a users market access token for use in the markets websocket

Path parameters

  • fin string Required

Responses

  • 200
    Hide response attributes Show response attributes object
    • access_token string Required
    • expires_in integer(int64) Required
    • scope string Required
    • token_type string Required
GET /user/{fin}/tokens/market
curl \
 -X GET http://api.example.com/user/{fin}/tokens/market
Response examples (200)
{
  "access_token": "string",
  "expires_in": 42,
  "scope": "string",
  "token_type": "string"
}
Response examples (200)
{
  "access_token": "string",
  "expires_in": 42,
  "scope": "string",
  "token_type": "string"
}