v1
latestOpenAPI 3.0.02026-07-26327775.9 KBAuth
List all accounts
List all of the users accounts, find the accNum for making requests to the /trade api
get/auth/jwt/all-accounts
Response
OK
Example response
{
"accounts": [
{
"id": "7080",
"name": "BRAND1#DEVCLL9g4isTOEiKjfNdJw13#1#1",
"currency": "USD",
"status": "ACTIVE",
"accNum": "1"
}
]
}