Skip to main content
BETA - SUBJECT TO CHANGE - This API is in beta and may change without notice.

Funding Management

The Funding API provides read access to funding sources, accounts, and transaction history.

Authentication

Authentication Required - All Funding endpoints require authentication. Include your access token in the Authorization header.
See Authentication Setup for instructions on obtaining tokens.

Endpoints

List Funding Sources

Retrieve all funding sources (payment methods) available to the user.

Request

Query Parameters

Funding Source Types

Response

List Funding Accounts

Retrieve funding accounts associated with the user.

Request

Query Parameters

Account Types

Response

List Transactions

Retrieve transaction history with filtering options.

Request

Query Parameters

Transaction Types

Transaction States

Response

Get Transaction Requirements

Check requirements and limits before initiating transactions. This is especially important for withdrawal requirements.

Request

Query Parameters

Response


Update Funding Account

Update account settings (limited fields).

Request

Response

Pagination

All list endpoints support cursor-based pagination:
  1. Make initial request without pageToken
  2. Check eof field - if false, more results exist
  3. Use nextPageToken for subsequent requests
  4. Continue until eof is true