Skip to main content
POST
/
crypto-address
/
add
Add customer's crypto address
curl --request POST \
  --url https://ramp-sandbox.hexarails.ai/crypto-address/add \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "customerId": "6ac34182-aa2e-4290-ab1b-302a09f451d1",
  "currency": "USDT",
  "address": "0x1234567890123456789012345678901234567890",
  "label": "My Wallet",
  "network": "ETH"
}
'
{
  "status": "SUCCESS",
  "data": {
    "id": "67890"
  }
}

Authorizations

X-API-Key
string
header
required

Body

application/json
customerId
string
required

Customer ID

Example:

"6ac34182-aa2e-4290-ab1b-302a09f451d1"

currency
string
required

Currency

Example:

"USDT"

address
string
required

Crypto address

Example:

"0x1234567890123456789012345678901234567890"

label
string
required

Label

Example:

"My Wallet"

network
string

Network

Example:

"ETH"

Response

Create crypto address successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data