Last updated 4 months ago
The unique identifier of the customer
The unique identifier of the permanent route address
Token for authentication
curl -L \ --url 'https://api.alignlabs.dev/v0/customers/{customer_id}/cross-chain-transfer/permanent-route-address/{address_id}' \ --header 'Authorization: text'
{ "permanent_route_address_id": "123e4567-e89b-12d3-a456-426614174000", "route_chain_addresses": { "ethereum": { "address": "text" }, "base": { "address": "text" }, "polygon": { "address": "text" }, "tron": { "address": "text" }, "solana": { "address": "text" } }, "route_destination": { "network": "text", "token": "usdc", "address": "text" } }