Create Cross-Chain Transfer From Quote

Create Cross-Chain Transfer from Quote

post
/v0/customers/{customer_id}/cross-chain-transfer/quote/{quote_id}
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

quote_idstring · uuidRequired

The unique identifier of the quote to use for the transfer

Header parameters
Api-KeystringRequired

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

Body
destination_addressstringRequired

The destination address where the tokens will be sent

Example: 0x742d35Cc6634C0532925a3b8D4C9db96c4b4d8b
Responses
chevron-right
200

Successful creation of Cross-Chain Transfer from quote

application/json
idstring · uuidOptional

The unique identifier for the cross-chain transfer

statusstring · enumOptional

The current status of the cross-chain transfer

Possible values:
amountstring · decimalOptional

The amount of the cross-chain transfer as a numeric string

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

The blockchain network for the source

Possible values:
source_tokenstring · enumOptional

The token for the source

Possible values:
source_addressstring · nullableOptional

The blockchain address from which the funds will be sent

destination_networkstring · enumOptional

The blockchain network for the destination

Possible values:
destination_tokenstring · enumOptional

The token for the destination

Possible values:
destination_addressstringOptional

The blockchain address where the funds will be sent

post
/v0/customers/{customer_id}/cross-chain-transfer/quote/{quote_id}
200

Successful creation of Cross-Chain Transfer from quote

Last updated