Skip to main content
GET
List deposits
Returns a paginated list of all deposits — both fiat and stablecoin — recorded for the organization. Filter by currency or page through results using the query parameters. Use this endpoint to:
  • View deposit history across currencies
  • Reconcile incoming fiat and stablecoin transfers
  • Track deposit status (PENDING, COMPLETED, ERROR)
  • Look up Fedwire IMAD/OMAD or other payment reference data

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

currency
string
Example:

"USD"

Response

success

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

"success"

data
object[]
message
string
Example:

"Data fetched successfully"

meta
object