Complete Cross-Chain Transfer

Finalize Cross-Chain Transfer: Confirm Customer Deposit and Initiate Transfer Process

post
/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}/complete
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.

Body
deposit_transaction_hashstringRequired

The transaction hash of the deposit transaction

Responses
chevron-right
200

Successful completion of Cross-Chain Transfer

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/{transfer_id}/complete
200

Successful completion of Cross-Chain Transfer

Last updated