Skip to main content
GET
List withdrawal wallets
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
This endpoint is used to retrieve a complete list of all approved withdrawal wallets associated with an organization. These are destinations where an organization can send their withdrawals.

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

verified
boolean | null
Examples:

true

false

null

status
string | null
Examples:

null

"Verified"

"Pending"

"Rejected"

coinNetwork
string | null
Examples:

null

"ETH"

coin
string | null
Examples:

null

"USDC"

Response

success

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

"success"

data
object[] | null
message
string
Example:

"Data fetched successfully"

meta
object