Last updated 1 year ago
Get recurrent addresses for your advanced balance
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Request body for getting the advance balance
Successful response
POST /api-gateway/recurrent-addresses HTTP/1.1 Host: ocp.onchainpay.io Content-Type: application/json Accept: */* Content-Length: 2 {}
{ "success": true, "response": [ { "id": "7a4043e6-793e-4677-8c5a-1b293fe13020", "advancedBalanceId": "8386e943-3ca4-4317-9a33-bfa9e7a09993", "currency": "USDT", "network": "ethereum", "address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f", "tag": null, "balance": "852.345527", "alias": "My address alias", "comment": "My some address comment." } ] }