Find an asset for an exchange account
GET {{baseUrl}}/exchange_accounts/:exchangeAccountId/:assetId
Returns an asset for an exchange account.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"total": "<string>",
"available": "<string>",
"credit": "<string>"
} |
ENDPOINTS