Skip to main content
GET
curl

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Query Parameters

type
enum<string>
required

Request funding transactions of the specified type

Available options:
withdrawal,
deposit
cursor
string | null

Pagination cursor for fetching the next set of results

page_size
integer<uint32>
default:25

Number of transactions to return per page. Default is 25 if not specified.

Required range: 1 <= x <= 500

Response

Response

data
object[]
required

List of funding transactions

next_page_token
string

Opaque cursor for the next page of results. Absent when there are no more pages.

Required string length: 1 - 256