Skip to main content
POST
/
deposit-address
/
create
Create a deposit address
curl --request POST \
  --url https://ramp-sandbox.hexarails.ai/deposit-address/create \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "customerId": "12345",
  "currency": "USDT",
  "network": "ETH"
}
'
{
  "status": "SUCCESS",
  "data": {
    "id": "7a99eddf-0930-41bc-b967-bea1520d66e4",
    "customerId": "12345",
    "status": "PENDING",
    "address": "0x1234567890123456789012345678901234567890",
    "network": "ETH",
    "currency": "USDT"
  }
}

Authorizations

X-API-Key
string
header
required

Body

application/json
customerId
string
required

Customer ID

Example:

"12345"

currency
string
required

Currency

Example:

"USDT"

network
string
required

Network

Example:

"ETH"

Response

Get deposit address detail successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data