Skip to main content
GET
List withdrawal accounts
Returns a paginated list of all approved fiat withdrawal accounts for the organization. Results include bank name, account details, routing/SWIFT codes, transfer type, and verification status. Use this endpoint to:
  • Review the bank accounts approved as fiat withdrawal destinations
  • Look up an account’s ID before initiating a fiat withdrawal
  • Confirm an account’s verification and active status

Errors

See the full v2 error reference for retry semantics and idempotency-specific codes.

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 | null
Required range: x >= 1
Example:

1

limit
number | null
Required range: 1 <= x <= 50
Example:

10

Response

success

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

"success"

data
object[]
message
string
Example:

"Data fetched successfully"

meta
object