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 · enumRequiredPossible values:
The blockchain network for the destination
destination_tokenstring · enumRequiredPossible values:
The token for the destination. Note: Base network only supports usdc, while Tron network only supports usdt
destination_addressstringRequired
The blockchain address where the funds will be sent
Responses
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-address200
Successful retrieval of liquidation address
Last updated
