Get payment address for advanced balance top-up
Get payment address for deposit to your advanced balance
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/json
Body
Request body for getting the advance balance
currencystringOptionalExample:
The coin in which you want to replenish the advance balance
USDT
networkstringOptionalExample:
The network of the coin in which you want to top up the advance balance'
ethereum
Responses
200Success
application/json
post
POST /api-gateway/advanced-balance-deposit-address HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"currency": "USDT",
"network": "ethereum"
}
200Success
{
"success": true,
"response": {
"currency": "USDT",
"network": "ethereum",
"address": "0x00000005707Bf50EfA35a2db020eDe9Ac0780b9f",
"tag": "ethereum",
"until": "2025-06-09T13:18:11.518Z"
}
}
Last updated