Market Token
Market Token
Use this endpoint to receive a users market access token for use in the markets websocket
Path parameters
-
fin
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"
}