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
Api-KeystringRequired

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

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
chevron-right
200

Successful retrieval of liquidation address

application/json
permanent_route_address_idstring · uuidOptional

The unique identifier for the permanent route address

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

Successful retrieval of liquidation address

Last updated