Endpoints
List withdrawal accounts
Returns the withdrawal accounts.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
List of withdrawal accounts
Withdrawal account identifier.
Example:
"c43c87ed-65fd-4937-8b4d-5a93789aa997"
Human-readable withdrawal label.
Example:
"Wallet [polygon]"
Network of the withdrawal account.
Example:
"polygon"
Currency of the withdrawal account.
Example:
"AUDF"
Network-specific withdrawal account details.
cURL