GET
/
customers
/
{customerID}
/
liquidation_addresses
/
{liquidationAddressID}
/
balances
Get the balance of a Liquidation Address (deprecated)
curl --request GET \
  --url https://api.bridge.xyz/v0/customers/{customerID}/liquidation_addresses/{liquidationAddressID}/balances \
  --header 'Api-Key: <api-key>'
{
"active_balance": "0",
"pending_balance": "100.25"
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
liquidationAddressID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

200
application/json

Get the current balance of a Liquidation Address

The response is of type object.