Crypto
APIs
Get external beneficiary
return external beneficiary records (wallet + beneficiary details) created for a specific account these represent saved payment destinations on supported blockchains { "name" "endpoint get external beneficiary", "method" "get", "url" "v1/accounts/{accountnumber}/external addresses", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "gvbyb xxxg8aaahk3ybhl", "language" "curl", "code" "/v1/accounts/2917000057/external addresses?blockchain=ethereum\&pagenumber=1\&pagesize=1", "customlabel" "" } ], "selectedlanguageid" "gvbyb xxxg8aaahk3ybhl" }, "results" { "languages" \[ { "id" "vvw eg1cazm9nswdn62ez", "language" "200", "code" "{\n \\"results\\" \[\n {\n \\"id\\" \\"6d5a90a0 4967 44ba 8380 b39d011abba0\\",\n \\"accountnumber\\" \\"2917000057\\",\n \\"partnerid\\" \\"7712a77c 60a7 49c5 9f08 b1a1012d253f\\",\n \\"title\\" \\"john's meta mask\\",\n \\"blockchain\\" \\"ethereum\\",\n \\"address\\" \\"0x0e6f76783822826ed173fee6265bdbbdfed4a0f5\\",\n \\"tag\\" \\"john eth\\",\n \\"beneficiary\\" {\n \\"name\\" \\"john doe\\",\n \\"addressline1\\" \\"2115 linwood\\",\n \\"addressline2\\" \\"ave\\",\n \\"city\\" \\"fort lee\\",\n \\"stateprovince\\" \\"nj\\",\n \\"countrycode\\" \\"us\\",\n \\"postalcode\\" \\"07024\\"\n },\n \\"lastmodifiedat\\" \\"2025 11 22t17 09 23 997153z\\"\n }\n ],\n \\"pagenumber\\" 1,\n \\"pagesize\\" 1,\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" "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)" }, { "name" "pagenumber", "kind" "optional", "type" "string", "description" "page number", "" "page number" }, { "name" "pagesize", "kind" "optional", "type" "string", "description" "page size", "" "page size" }, { "name" "pagesizeplusone", "kind" "optional", "type" "string", "description" "internal pagination helper", "" "internal pagination helper" }, { "name" "requestedpagesize", "kind" "optional", "type" "string", "description" "requested page size", "" "requested page size" } ], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" false, "response" \[ { "name" "id", "kind" "optional", "type" "string", "description" "unique identifier for the external beneficiary" }, { "name" "accountnumber", "kind" "optional", "type" "string", "description" "account number associated with the beneficiary", "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", "children" \[] }, { "name" "address", "kind" "optional", "type" "string", "description" "blockchain wallet address", "children" \[] }, { "name" "tag", "kind" "optional", "type" "string", "description" "tag/memo/destination tag if applicable", "children" \[] }, { "name" "beneficiary", "kind" "optional", "type" "object", "description" "beneficiary details", "children" \[ { "name" "name", "kind" "optional", "type" "string", "description" "full legal name" }, { "name" "addressline1", "kind" "optional", "type" "string", "description" "address line 1" }, { "name" "addressline2", "kind" "optional", "type" "string", "description" "address line 2 (nullable)" }, { "name" "city", "kind" "optional", "type" "string", "description" "city" }, { "name" "stateprovince", "kind" "optional", "type" "string", "description" "state or province" }, { "name" "countrycode", "kind" "optional", "type" "string", "description" "iso 3166 1 alpha 2 country code" }, { "name" "postalcode", "kind" "optional", "type" "string", "description" "postal/zip code" } ] }, { "name" "pagenumber", "kind" "optional", "type" "integer", "description" "current page number", "children" \[] }, { "name" "pagesize", "kind" "optional", "type" "integer", "description" "page size", "children" \[] }, { "name" "haspreviouspage", "kind" "optional", "type" "boolean", "description" "indicates if a previous page exists", "children" \[] }, { "name" "hasnextpage", "kind" "optional", "type" "boolean", "description" "indicates if a next page exists", "children" \[] } ] }