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

Responses

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"
}