Skip to main content
POST
Derive a blockchain address

Authorizations

X-API-Key
string
header
required

Business API key for server-to-server integrations. Key prefix determines the environment — no separate flag needed: test_sk_* = sandbox/testnet, live_sk_* = production/mainnet.

Path Parameters

customerID
string
required

Body

application/json
network
enum<string>
required
Available options:
BTC,
BCH,
LTC,
BSC,
ETH,
POL,
TRX,
SOL,
XRP
enable_monitoring
boolean
default:false

Subscribe this address to the payment monitor for deposit detection

index
integer
default:0
is_testnet
boolean
default:false

Response

Derived address

address
string
Example:

"bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh"

customer_id
string
derivation_path
string
Example:

"m/84'/0'/0'/0/0"

index
integer
is_testnet
boolean
monitored
boolean
network
enum<string>
Available options:
BTC,
BCH,
LTC,
ETH,
BSC,
POL,
TRX,
SOL,
XRP