Get Onramp Transfer
Path parameters
transfer_idstring · uuidRequired
The unique identifier of the cross-chain transfer
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
Api-KeystringRequired
Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.
Responses
200
Get onramp transfer response
application/json
idstring · uuidOptional
The unique identifier for the onramp transfer
statusstring · enumOptionalPossible values:
The current status of the onramp transfer
amountstring · decimalOptionalExample:
The amount of the onramp transfer as a numeric string
1000.50Pattern: ^[0-9]+(\.[0-9]+)?$source_currencystring · enumOptionalExample:
The currency to be deposited
usdPossible values: source_railsstring · enumOptionalExample:
The deposit rails to be used for the transaction
achPossible values: destination_networkstring · enumOptionalExample:
The blockchain network for the destination
polygonPossible values: destination_tokenstring · enumOptionalExample:
The token for the destination
usdcPossible values: destination_addressstringOptionalExample:
The blockchain address where the funds will be sent
0x742d35Cc6634C0532925a3b844Bc454e4438f44edestination_tx_hashstringOptionalExample:
The blockchain transaction hash of the destination withdrawal
0xabc123def456abc123def456abc123def456abc123def456abc123def456abc1get
/v0/customers/{customer_id}/onramp-transfer/{transfer_id}200
Get onramp transfer response
Last updated
