Use this specification to explore, test, and integrate with our APIs: Markets, Exchange, Wallets, Banking, News, Chat, and Blog.
curl --location --request POST 'https://prod.your-api-server.com/auth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=' \
--data-urlencode 'client_id=' \
--data-urlencode 'client_secret='{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}