Skip to main content
GET
List withdrawal wallets
Returns a paginated list of all approved withdrawal wallets associated with the organization. These are the destinations to which stablecoin withdrawals can be sent. Use this endpoint to:
  • Review the wallets approved as withdrawal destinations
  • Filter by coin, network, status, or verification state
  • Look up a wallet’s ID before initiating a stablecoin withdrawal

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

verified
boolean | null
Examples:

true

false

null

status
string | null
Example:

"active"

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[]
message
string
Example:

"Data fetched successfully"

meta
object