Available Balance
Use this endpoint to get available balance of an account.
To know more about the Account click here
URL Config
Endpoint: https://api-stage.dps.io/api
APIVersion: v1
route: accounts/available-balance
path:
Method
GET
URL
https://api-stage.dps.io/api/v1/accounts/available-balance
Request Headers
{
"Content-Type": "application/json",
"x-api-key": "<YOUR_API_KEY>",
"ShipperHash": "<YOUR_SHIPPER_HASH>"
}
Curl request
curl --location --request GET 'https://api-stage.dps.io/api/v1/accounts/available-balance' \
--header 'x-api-key: xxxxxxdfjbdjdfjdhfxxxxxxx' \
--header 'ShipperHash: 05K9****************************JG6a'
Response
{
"AvailableBalance": 10.0
}