Dependency
No preceding function needs to be carried out. Request
Body Params application/json
Request Code Samples
curl --location 'https://sandbox.atriptech.com/balance.do' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding: gzip' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'Content-Type: application/json' \
--data '{
"currency": "string"
}'
Responses
application/json
{
"accountBalance": {
"amount": 12308007.89,
"currency": "USD"
},
"status": 0
}
Modified at 2025-09-02 06:13:11