Get payment address for advanced balance top-up

Get payment address for deposit to your advanced balance

Get payment address for advanced balance top-up

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

Request body for getting the advance balance

currencystringOptional

The coin in which you want to replenish the advance balance

Example: USDT
networkstringOptional

The network of the coin in which you want to top up the advance balance'

Example: 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