Getting a list of PayIn addresses
Last updated
Last updated
The method allows you to get PayIn address data (address, balance, identifier, etc.)
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Request body for getting the advance balance
POST /api-gateway/account-addresses HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
{
"success": true,
"response": [
{
"id": "c4179377-b199-455b-ab08-16c517bb3f1b",
"advancedBalanceId": "a68fa430-705f-4626-9da6-a6f6217d88db",
"currency": "USDT",
"network": "ethereum",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"tag": null,
"balance": "852.345527"
}
]
}