Skip to main content
GET
List cash-ins

Authorizations

Authorization
string
header
required

Token from POST /auth/token

Query Parameters

customerId
string

Filter to a single customer (cst_ prefix).

status
string

Filter by status.

type
enum<string>[]

Filter by type.

Direction of value across rails: cryptoToCrypto, fiatToCrypto, or cryptoToFiat. Retained for resources not yet on the SourceToDestination shape (onramp/cash-in, customer filters).

Available options:
cryptoToCrypto,
fiatToCrypto,
cryptoToFiat
createdAfter
string<date-time>

Inclusive lower bound on createdAt.

createdBefore
string<date-time>

Inclusive upper bound on createdAt.

Free-text search. Matches cash-in id, customer id, or customer email.

q
string

Alias for search.

limit
integer<int32>

Maximum number of results per page.

cursor
string

Opaque pagination cursor from a previous response; omit for the first page.

Response

200 - application/json

The request has succeeded.

A paginated list of cash-ins.

data
object[]
required

The page of results.

hasMore
boolean
required

Whether more results exist beyond this page.

nextCursor
string

Cursor for the next page; null when there are no more results.