Get Onramp Transfer

Get All Onramp Transfers

get
/v0/customers/{customer_id}/onramp-transfer
Path parameters
customer_idstringRequired

The unique identifier of the customer

Query parameters
limitinteger · min: 1 · max: 100Optional

Maximum number of records to return

skipintegerOptional

Number of records to skip

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Responses
chevron-right
200

Successful retrieval of onramp transfers list

application/json
get
/v0/customers/{customer_id}/onramp-transfer
200

Successful retrieval of onramp transfers list

Get Onramp Transfer

get
/v0/customers/{customer_id}/onramp-transfer/{transfer_id}
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
chevron-right
200

Get onramp transfer response

application/json
idstring · uuidOptional

The unique identifier for the onramp transfer

statusstring · enumOptional

The current status of the onramp transfer

Possible values:
amountstring · decimalOptional

The amount of the onramp transfer as a numeric string

Example: 1000.50Pattern: ^[0-9]+(\.[0-9]+)?$
source_currencystring · enumOptional

The currency to be deposited

Example: usdPossible values:
source_railsstring · enumOptional

The deposit rails to be used for the transaction

Example: achPossible values:
destination_networkstring · enumOptional

The blockchain network for the destination

Example: polygonPossible values:
destination_tokenstring · enumOptional

The token for the destination

Example: usdcPossible values:
destination_addressstringOptional

The blockchain address where the funds will be sent

Example: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e
get
/v0/customers/{customer_id}/onramp-transfer/{transfer_id}
200

Get onramp transfer response

Last updated