Skip to main content
GET
List deposit 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

Public identifier of the account that will receive deposits.

Required string length: 1 - 64
asset_symbol
string
required

Asset symbol to discover deposit methods for. Use a symbol returned by the PWS Assets API.

Required string length: 1 - 16

Query Parameters

page_size
integer<int32>
default:20

Maximum number of results to return. Defaults to 20 when omitted.

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

Deposit methods available for the selected account and asset.

Deposit methods available for the requested asset.

data
object[]
required

Available deposit methods. Empty when the account has no eligible methods for the asset.

next_page_token
string

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

Required string length: 1 - 256