[Create] Permanent Route Address

Generate a personalized address for Cross-Chain Transfers

post
/v0/customers/{customer_id}/cross-chain-transfer/permanent-route-address
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

Header parameters
AuthorizationstringRequired

Token for authentication

Body
destination_networkstring · enumRequired

The blockchain network for the destination

Possible values:
destination_tokenstring · enumRequired

The token for the destination. Note: Base network only supports usdc, while Tron network only supports usdt

Possible values:
destination_addressstringRequired

The blockchain address where the funds will be sent

Responses
200

Successful retrieval of liquidation address

application/json
post
/v0/customers/{customer_id}/cross-chain-transfer/permanent-route-address
200

Successful retrieval of liquidation address

Last updated