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