v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Accounts

List available networks for a wallet destination

Returns on-chain networks available for payouts to the specified wallet. Optionally filter by withdrawal currency.

get/api/account/{walletId}/networks

Path parameters

walletIdstring required
Example:acc_1234567890abcdef

Unique identifier of the wallet destination

Query parameters

currency'USDC' | 'EURC'

Withdrawal currency to filter available networks

Response

List available networks for a wallet destination successful

string[] required

Example response

[
  "base",
  "ethereum",
  "polygon"
]