Skip to main content
The Beneficiaries API lets you save frequently used withdrawal addresses as named beneficiaries. This simplifies recurring payouts and reduces the risk of manual address entry errors.

What you can do

  • Create a named beneficiary with a wallet address and network
  • List, retrieve, update, and delete beneficiaries
  • Reference a beneficiary by ID when executing withdrawals

Endpoints

MethodEndpointDescription
POST/beneficiariesCreate a beneficiary
GET/beneficiariesList all beneficiaries
GET/beneficiaries/{beneficiaryId}Get a single beneficiary
PATCH/beneficiaries/{beneficiaryId}Update a beneficiary
DELETE/beneficiaries/{beneficiaryId}Delete a beneficiary

Full API Reference

View all beneficiary endpoints in the API Reference tab.