GET
/
v3
/
deposit-address
{
  "requestId": "<string>",
  "status": "<string>",
  "depositAddress": "<string>",
  "onChainID": "<string>",
  "depositTokenName": "<string>",
  "depositTokenSymbol": "<string>",
  "depositTokenAddress": "<string>",
  "depositTokenDecimals": "<string>",
  "depositTokenUsdPrice": 123,
  "amount": "<string>",
  "executionTime": "<string>",
  "gasFee": "<string>",
  "txData": {}
}

Headers

x-api-key
string
required

Query Parameters

destinationChainId
string
required
destinationTokenAddress
string
required
toAmount
string
required
destinationRecipient
string
required
transferType
enum<string>
required
Available options:
onramp,
cex,
wallet
routeType
enum<string>
Available options:
time,
fee,
value
fromChainId
string
fromTokenAddress
string
fromAddress
string
slippage
string
transferOut
object[]
targetCalldata
string
gasLimit
string

Response

200 - application/json

Deposit address details

requestId
string
status
string
depositAddress
string
onChainID
string
depositTokenName
string
depositTokenSymbol
string
depositTokenAddress
string
depositTokenDecimals
string
depositTokenUsdPrice
number
amount
string
executionTime
string
gasFee
string
txData
object