Skip to main content
GET
List withdrawal accounts
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
This endpoint is used to get a complete list of all approved fiat withdrawal accounts for an organization. The responses are paginated to help navigate through multiple accounts.

Errors

See the full v1 error reference.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Query Parameters

page
number<number>
default:1
Required range: x >= 1
Example:

1

limit
number<number>
default:10
Required range: 1 <= x <= 50
Example:

10

Response

success

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object[] | null
message
string
Example:

"Data fetched successfully"

meta
object