List all recipient addresses

GET {{baseUrl}}/v1/businessAccount/wallets/addresses/recipient

Returns a list of recipient addresses that have each been verified and are eligible for transfers. Any recipient addresses pending verification are not included in the response.

Request Params

KeyDatatypeRequiredDescription
fromstringQueries items created since the specified date-time (inclusive).
tostringQueries items created before the specified date-time (inclusive).
pageBeforestringA collection ID value used for pagination.

It marks the exclusive end of a page. When provided, the collection resource will return the next n items before the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjuction with pageAfter. | | pageAfter | string | | A collection ID value used for pagination.

It marks the exclusive begin of a page. When provided, the collection resource will return the next n items after the id, with n being specified by pageSize.

The items will be returned in the natural order of the collection.

The resource will return the first page if neither pageAfter nor pageBefore are specified.

SHOULD NOT be used in conjuction with pageBefore. | | pageSize | number | | Limits the number of items to be returned.

Some collections have a strict upper bound that will disregard this value. In case the specified value is higher than the allowed limit, the collection limit will be used.

If avoided, the collection will determine the page size itself. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"id":"d5264546-f364-57d4-9d56-2ceb5efbd86c","address":"0x5b36fbbd0899c0a050626f610a80bcada4a4dfc3","chain":"ETH","currency":"ETH","description":"My USDC address at a cryptocurrency exchange"},{"id":"c250d9a1-686e-5df1-9d51-a0a2bf197c54","address":"0xcb02d61f5057366078ca56d7297f5694f445dfc4","chain":"MATIC","currency":"USD","description":"Coinpro Sandbox"},{"id":"3d8268d0-4982-5f1c-997c-1aa1119be252","address":"0x9c39ad35d48b954aeb13ca7fcbc7a334ada80699","chain":"ETH","currency":"USD","description":"Leo's CYBAVO Vault"},{"id":"6a07948d-e002-5f24-ab18-0c3c42308ffc","address":"0xd089f4cf864423c7f0fe71dbe0a70d3c251bbf87","chain":"ETH","currency":"USD","description":"Barb's Metamask"},{"id":"14ef6dda-2d99-57cb-8526-580ebd39df10","address":"0x4cf74a30fedf2a5a33b28070daf999c58761619c","chain":"ETH","currency":"USD","description":"Brian's ETH Address"},{"id":"990f9293-1f62-54ac-9438-29e359f96324","address":"DnX6KhBqUK1sHUBxh3vqAL63BLhaiUBDHhLHfRsGggEH","chain":"SOL","currency":"USD","description":"Leo's Phantom Wallet"},{"id":"b546a5c0-3455-5ac0-9a0d-209a628beed7","address":"0x8381470ed67c3802402dbbfa0058e8871f017a6f","chain":"ETH","currency":"USD","description":"My USDC address at a cryptocurrency exchange"},{"id":"33fcde31-7237-511c-8efa-45f77b315cb2","address":"0x5b36fbbd0899c0a050627f610a80bcada4a4dfc3","chain":"ETH","currency":"USD","description":"MetaMask"}]}