Get Cross-Chain Transfer
Retrieve details of a specific Cross-Chain Transfer
get
/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
transfer_idstring · uuidRequired
The unique identifier of the cross-chain transfer
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
Successful retrieval of Cross-Chain Transfer details
application/json
idstring · uuidOptional
The unique identifier for the cross-chain transfer
statusstring · enumOptionalPossible values:
The current status of the cross-chain transfer
amountstring · decimalOptionalPattern:
The amount of the cross-chain transfer as a numeric string
^[0-9]+(\.[0-9]+)?$source_networkstring · enumOptionalPossible values:
The blockchain network for the source
source_tokenstring · enumOptionalPossible values:
The token for the source
source_addressstring · nullableOptional
The blockchain address from which the funds will be sent
destination_networkstring · enumOptionalPossible values:
The blockchain network for the destination
destination_tokenstring · enumOptionalPossible values:
The token for the destination
destination_addressstringOptional
The blockchain address where the funds will be sent
404
Cross-Chain Transfer not found
get
/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}Last updated
