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