Get Wallets-balances

HTTP Method: GET Endpoint URL: /wallets-balances Description: Fetches a specific withdrawal request by its unique ID. Security: Requires the API-KEY header.

Example cURL

curl https://api.alppay.io/v2/wallets-balances \
	-H "API-KEY: ak_live_1234567890abcdef"

Successful Response (200 OK)

{
	"deposit": "1000.12345678",
	"withdrawals": "1000.12345",
	"cold-wallets": "0",
}