List the platform wallet addresses

View as MarkdownOpen in Claude
One address per chain for **your platform's own wallet** — the twin of [`/addresses`](/api-reference/wallets/get-addresses), minus the `userId`. Fund the wallet at these addresses. Do not send an `X-USER-ID` header here — a platform endpoint always acts as the platform wallet, and sending one is a `400`.

Authentication

AuthorizationBearer

A 15-minute token from /auth. Required on every endpoint except /auth.

Headers

X-Request-IdstringOptional

Correlation id. Generated if omitted, echoed on every response, and written to the audit log. /send is the exception — there it is required, and it doubles as the idempotency key.

Request

This endpoint expects an object.

Response

OK
resultmap from strings to strings
One address per chain the user holds a wallet on, limited to the chains your api client is enabled for.
requestIdstring

Echo of the inbound X-Request-Id, or a generated one.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error