Crypto
APIs
Get account wallet
returns the wallet addresses created for a specific account these wallet addresses represent on chain destinations where partners can receive funds on supported blockchains { "name" "endpoint /v1/accounts/{accountnumber}/account addresses", "method" "get", "url" "{sandbox url}/v1/accounts/{accountnumber}/account addresses", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "gvbyb xxxg8aaahk3ybhl", "language" "curl", "code" "curl l '/v1/accounts/2917000057/account addresses' ^\n d '{\n{\n\\"accountnumber\\" \\"142070856620\\",\n \\"blockchain\\" \\"ethereum\\"\n}'", "customlabel" "" } ], "selectedlanguageid" "gvbyb xxxg8aaahk3ybhl" }, "results" { "languages" \[ { "id" "vvw eg1cazm9nswdn62ez", "language" "200", "code" "{\n \\"results\\" \[\n {\n \\"id\\" \\"887dab72 21f6 4193 9a34 4466f6542bd7\\",\n \\"accountnumber\\" \\"142070856620\\",\n \\"partnerid\\" \\"a043d9b5 dcc0 4ddc a818 7a49aadb812e\\",\n \\"title\\" \\"eth\\",\n \\"blockchain\\" \\"ethereum\\",\n \\"address\\" \\"0x6a15b229b265876172c82b93532568eccc534984\\",\n \\"tag\\" \\"\\",\n \\"lastmodifiedat\\" \\"2025 09 02t14 20 31 53827z\\"\n },\n {\n \\"id\\" \\"5e88cbad 6b20 4bf4 89ce 2190187ae09f\\",\n \\"accountnumber\\" \\"142070856620\\",\n \\"partnerid\\" \\"cb6621a8 854c 4701 9d7c 6e68f27da2fc\\",\n \\"title\\" \\"sol\\",\n \\"blockchain\\" \\"solana\\",\n \\"address\\" \\"alpx1irfrmpbbodmqacqvtxewei4vijzgfrdgvzbta1h\\",\n \\"tag\\" \\"\\",\n \\"lastmodifiedat\\" \\"2025 09 02t14 20 35 869662z\\"\n }\n ]\n}", "customlabel" "" } ], "selectedlanguageid" "vvw eg1cazm9nswdn62ez" }, "request" { "pathparameters" \[ { "name" "accountnumber", "kind" "required", "type" "string", "description" "unique identifier of the account whose wallet addresses will be retrieved", "" "unique identifier of the account whose wallet addresses will be retrieved" } ], "queryparameters" \[ { "name" "accountnumber", "kind" "optional", "type" "string", "description" "filter by account number (if not provided in the path)", "" "filter by account number (if not provided in the path)" }, { "name" "title", "kind" "optional", "type" "string", "description" "filter by wallet title (e g , “eth”, “sol”)", "" "filter by wallet title (e g , “eth”, “sol”)" }, { "name" "address", "kind" "optional", "type" "string", "description" "filter by a specific blockchain wallet address", "" "filter by a specific blockchain wallet address" }, { "name" "tag", "kind" "optional", "type" "string", "description" "filter by a tag, memo, or destination tag associated with the wallet", "" "filter by a tag, memo, or destination tag associated with the wallet" }, { "name" "blockchain", "kind" "optional", "type" "string", "description" "filter by blockchain network for the wallet (e g , ethereum, solana)", "" "filter by blockchain network for the wallet (e g , ethereum, solana)" } ], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" false, "response" \[ { "name" "id", "kind" "optional", "type" "string", "description" "unique identifier of the wallet address record" }, { "name" "accountnumber", "kind" "optional", "type" "string", "description" "account number under which the wallet address is registered", "children" \[] }, { "name" "partnerid", "kind" "optional", "type" "string", "description" "partner identifier linked to the wallet address", "children" \[] }, { "name" "title", "kind" "optional", "type" "string", "description" "human readable label for the wallet (e g , eth, sol, ethereum)", "children" \[] }, { "name" "blockchain", "kind" "optional", "type" "string", "description" "blockchain network name associated with the wallet", "children" \[] }, { "name" "address", "kind" "optional", "type" "string", "description" "blockchain wallet address that can receive funds", "children" \[] }, { "name" "tag", "kind" "optional", "type" "string", "description" "tag/memo/destination tag if applicable", "children" \[] }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "iso 8601 timestamp of the last modification of this wallet record", "children" \[] } ] }