Skip to main content
GET
/
balances
Get balances
curl --request GET \
  --url https://processor-prod.up.railway.app/balances \
  --header 'x-service-key: <api-key>'
{
  "success": true,
  "status": 200,
  "message": "Balances fetched successfully",
  "timestamp": "2025-09-09T17:42:01.623Z",
  "data": [
    {
      "id": "bsc:usdt",
      "name": "Tether",
      "code": "USDT",
      "blockchain": {
        "id": 56,
        "name": "BNB Chain"
      },
      "balance": 100,
      "available": 100,
      "debt": 0
    }
  ]
}

Authorizations

x-service-key
string
header
required

Query Parameters

wallet_id
string
required

The wallet ID to get balances for

Example:

"68bc290df51feea8c53f5275"

Response

200 - application/json

Balances fetched successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Balances fetched successfully"

timestamp
string<date-time>
Example:

"2025-09-09T17:42:01.623Z"

data
object[]
I