# Get All Permanent Route Addresses

## GET /v0/customers/{customer\_id}/cross-chain-transfer/permanent-route-address/list

> List all permanent route addresses for a customer

```json
{"openapi":"3.0.0","info":{"title":"Cross Chain Transfers API","version":"0"},"servers":[{"url":"https://api.alignlabs.dev","description":"Production server"},{"url":"https://api-sandbox.alignlabs.dev","description":"Sandbox server"}],"paths":{"/v0/customers/{customer_id}/cross-chain-transfer/permanent-route-address/list":{"get":{"summary":"List all permanent route addresses for a customer","parameters":[{"name":"customer_id","in":"path","description":"The unique identifier of the customer","required":true,"schema":{"type":"string","format":"uuid"}},{"name":"Api-Key","in":"header","description":"Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful retrieval of all permanent route addresses","content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/PermanentRouteAddressModel"}}}}}}}}}}},"components":{"schemas":{"PermanentRouteAddressModel":{"type":"object","properties":{"permanent_route_address_id":{"type":"string","format":"uuid","description":"The unique identifier for the permanent route address"},"route_chain_addresses":{"type":"object","properties":{"ethereum":{"type":"object","properties":{"address":{"type":"string","description":"The permanent route address for the customer on EVM-compatible chains"}}},"base":{"type":"object","properties":{"address":{"type":"string","description":"The permanent route address for the customer on EVM-compatible chains"}}},"polygon":{"type":"object","properties":{"address":{"type":"string","description":"The permanent route address for the customer on EVM-compatible chains"}}},"tron":{"type":"object","properties":{"address":{"type":"string","description":"The permanent route address for the customer on TRON network"}}},"solana":{"type":"object","properties":{"address":{"type":"string","description":"The permanent route address for the customer on Solana network"}}}}},"route_destination":{"type":"object","properties":{"network":{"type":"string","description":"The blockchain network for the destination"},"token":{"type":"string","description":"The token for the destination","enum":["usdc","usdt"]},"address":{"type":"string","description":"The blockchain address where the funds will be sent"}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alignlabs.dev/align-api/cross-chain-transfers/get-all-permanent-route-addresses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
