curl --location --request GET 'https://api.bucksbus.com/int/accounts' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'{
"asset_id": "string",
"balance": "string",
"available": "string",
"on_hold": "string",
"accounts": [
{
"account_id": "string",
"store_id": "string",
"account_num": 0,
"crypto_network": "string",
"asset_id": "string",
"balance": "string",
"available": "string",
"on_hold": "string",
"currency": "string",
"base_asset_id": "string",
"base_balance": "string",
"base_available": "string",
"base_on_hold": "string",
"base_currency": "string",
"rate": 0,
"rate_date": "2019-08-24T14:15:22Z"
}
]
}