v3
latestOpenAPI 3.0.02026-07-311784111.3 MBLists address beneficiaries with optional filtering and pagination. Returns all saved beneficiary information for addresses, with support for filtering by currency, address, wallet type, VASP details, and date ranges.
📖 Related Article: Managing Withdrawals
Scope: wallet:read
Query parameters
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
Address in currency format
Tag for XRP addresses
The timestamp (milliseconds since the Unix epoch)
Filter by creation timestamp (before)
The timestamp (milliseconds since the Unix epoch)
Filter by creation timestamp (after)
The timestamp (milliseconds since the Unix epoch)
Filter by update timestamp (before)
The timestamp (milliseconds since the Unix epoch)
Filter by update timestamp (after)
Filter by personal wallet flag
Filter by unhosted wallet flag
Name of beneficiary VASP
Filter by beneficiary VASP name
DID of beneficiary VASP
Filter by beneficiary VASP DID
Website of the beneficiary VASP
Website of the beneficiary VASP. Required if the address book entry is associated with a VASP that is not included in the list of known VASPs
Maximum number of results to return
Continuation token for pagination
Response
Success response
Example response
{
"result": {
"data": [
{
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"user_id": 57874,
"agreed": true,
"personal": true,
"beneficiary_vasp_name": "Money's Gone",
"beneficiary_vasp_did": "did:example:123456789abcdefghi",
"beneficiary_first_name": "John",
"beneficiary_last_name": "Doe",
"beneficiary_company_name": "Company Name",
"beneficiary_address": "NL, Amsterdam, Street, 1",
"created": 1536569522277,
"updated": 1536569522277
}
],
"continuation": "xY7T6cutS3t2B9YtaDkE6TS379oKnkzTvmEDUnEUP2Msa9xKWNNaT",
"count": 42
}
}