Get account wallet
api reference returns the wallet addresses created for a specific account these wallet addresses represent onchain destinations where partners can receive funds on supported blockchains you can filter on any or all of the query parameters get calls add query parameters to filter the response the api returns to general get calls use pagination docid 6ekvquywevh9x4zxmuklj to control presentation of your results { "name" "endpoint /v1/accounts/{accountnumber}/account addresses", "method" "get", "url" "https //sandbox crbcos com/crypto/v1/accounts/{accountnumber}/account addresses", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "gvbyb xxxg8aaahk3ybhl", "language" "curl", "code" "curl location 'https //sandbox crbcos com/crypto/v1/accounts/142070856620/account addresses' \\\\\n header 'accept text/plain'", "customlabel" "" }, { "id" "1zb4f7plr4qj nlj amhn", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //sandbox crbcos com/crypto/v1/accounts/142070856620/account addresses',\n 'headers' {\n 'accept' 'text/plain'\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "etljoi9xsceoytqbfoioy", "language" "python", "code" "import requests\n\nurl = \\"https //sandbox crbcos com/crypto/v1/accounts/142070856620/account addresses\\"\n\npayload = {}\nheaders = {\n 'accept' 'text/plain'\n}\n\nresponse = requests request(\\"get\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "g o1tocdj9xr 0zhhbdfi", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //sandbox crbcos com/crypto/v1/accounts/142070856620/account addresses\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http get new(url)\nrequest\[\\"accept\\"] = \\"text/plain\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" }, { "id" "holjr6jkbyn8frlr x53d", "language" "go", "code" "package main\n\nimport (\n \\"fmt\\"\n \\"net/http\"\n \\"io\\"\n)\n\nfunc main() {\n\n url = \\"https //sandbox crbcos com/crypto/v1/accounts/142070856620/account addresses\\"\n method = \\"get\\"\n\n client = \&http client {\n }\n req, err = http newrequest(method, url, nil)\n\n if err != nil {\n fmt println(err)\n return\n }\n req header add(\\"accept\\", \\"text/plain\\")\n\n res, err = client do(req)\n if err != nil {\n fmt println(err)\n return\n }\n defer res body close()\n\n body, err = io readall(res body)\n if err != nil {\n fmt println(err)\n return\n }\n fmt println(string(body))\n}", "customlabel" "" } ], "selectedlanguageid" "gvbyb xxxg8aaahk3ybhl" }, "results" { "languages" \[ { "id" "vvw eg1cazm9nswdn62ez", "language" "200", "code" "{\n \\"results\\" \[\n {\n \\"id\\" \\"83b3201d a63f 4280 a825 b3940010194b\\",\n \\"accountnumber\\" \\"142070856620\\",\n \\"partnerid\\" \\"a6154099 f87f 4944 b974 b32f0108a29a\\",\n \\"title\\" \\"ethereum\\",\n \\"blockchain\\" \\"ethereum\\",\n \\"address\\" \\"0x1111111111111111111111111111111111111111\\",\n \\"tag\\" \\"\\",\n \\"lastmodifiedat\\" \\"2025 11 13t00 58 36 838825z\\"\n },\n {\n \\"id\\" \\"44d0f07c 39a9 4975 bb94 b39400102786\\",\n \\"accountnumber\\" \\"142070856620\\",\n \\"partnerid\\" \\"a6154099 f87f 4944 b974 b32f0108a29a\\",\n \\"title\\" \\"solana\\",\n \\"blockchain\\" \\"solana\\",\n \\"address\\" \\"11111111111111111111111111111111111111111111\\",\n \\"tag\\" \\"\\",\n \\"lastmodifiedat\\" \\"2025 11 13t00 58 48 982191z\\"\n }\n ],\n \\"pagenumber\\" 1,\n \\"pagesize\\" 2,\n \\"haspreviouspage\\" false,\n \\"hasnextpage\\" false\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" "address", "kind" "optional", "type" "string", "description" "filter by a specific blockchain wallet address associated with the account ", "" "filter by a specific blockchain wallet address associated with the account " }, { "name" "tag", "kind" "optional", "type" "string", "description" "tag/memo/destination tag if the blockchain requires it", "" "tag/memo/destination tag if the blockchain requires it" }, { "name" "blockchain", "kind" "optional", "type" "string", "description" "blockchain network associated with the wallet (for example, ethereum, solana)", "" "blockchain network associated with the wallet (for example, 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" "your unique id in the cross river system this id is in guid format here it indicates what partner created this wallet ", "children" \[] }, { "name" "title", "kind" "optional", "type" "string", "description" "human readable label for the wallet (for example, eth, sol, ethereum)", "children" \[] }, { "name" "blockchain", "kind" "optional", "type" "string", "description" "blockchain network associated with the wallet (for example, ethereum, solana)", "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 the blockchain requires it", "children" \[] }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "internal cross river value date and time the database entry was last modified in this case, the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] } ], "autogeneratedanchorslug" "endpoint v1accountsaccountnumberaccount addresses", "legacyhash" "hwri18pfmpeimzy9vh22f" }