Skip to main content
GET
Get funding methods

Authorizations

API-Key
string
header
required

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

API-Sign
string
header
required

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

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Globally unique public identifier for an account.

Required string length: 14 - 42

Query Parameters

method_ids
string<uuid>[]

Methods to look up. Repeat this parameter for multiple IDs. Duplicates count toward the request limit but are looked up once.

Maximum array length: 25
network_id
string<uuid>

Network whose methods to look up, potentially spanning multiple assets and directions.

direction
enum<string>

Filters by funding direction. When omitted, includes all directions enabled for your domain. Returns 403 if the requested direction is disabled or no direction is enabled. Whether a funding method receives or sends funds.

Available options:
deposit,
withdrawal
page_size
integer<int32>
default:20

Maximum number of results to return. Ignored when page_token is present.

Required range: 1 <= x <= 25
page_token
string

Opaque token returned as next_page_token in the previous response. Omit to request the first page.

Required string length: 1 - 256

Response

Funding method metadata resolved for the selected account.

A page of funding method metadata. Repeat the same lookup identifiers and direction when requesting another page.

data
object[]
required

Metadata for methods matching the lookup. A returned method is not necessarily available for deposits or withdrawals through PWS. Use the account’s deposit-methods or withdrawal-methods discovery endpoint to discover supported methods. Results are refreshed on each request. Results are ordered by method ID. Unknown method IDs are omitted; if nothing matches, data is empty.

next_page_token
string

Opaque token for retrieving the next page. Absent when there are no more results.

Required string length: 1 - 256