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