Skip to main content

private/fiat/fiat-deposit-info

POST 

/private/fiat/fiat-deposit-info

Retrieves fiat deposit information for the authenticated user. Returns bank details for depositing fiat currency with optional payment network filtering.

Request

Body

required
    id int64required

    Request id (echoed in response)

    method stringrequired

    Must be "private/fiat/fiat-deposit-info"

    api_key stringrequired

    Your API key (only required for private REST)

    sig stringrequired

    HMAC-SHA256 signature in hex (only required for private REST)

    nonce int64required

    Current timestamp in milliseconds, e.g. "1771761038000".

    params objectrequired
    payment_networks string

    Comma-separated list of payment networks to filter by

Success.
Schema
    id int64

    Echoed request id

    method string

    Method invoked

    code int32

    0 = success; non-zero indicates error (reason code).

    result object
    Present when code === 0. deposit_info_list per docs.
    deposit_info_list object[]required
    List of deposit information
  • Array [
  • payment_network stringrequired

    Payment network identifier

    currency stringrequired

    Currency code

    bank_details objectrequired
    Bank details object
    account_holder_name stringnullable

    Account holder name

    bank_name stringnullable

    Bank name

    bank_address stringnullable

    Bank address

    bank_country stringnullable

    Bank country

    routing_number stringnullable

    Bank routing number

    account_number stringnullable

    Bank account number

    recipient_name stringnullable

    Recipient name

    recipient_address stringnullable

    Recipient address

    bic_code stringnullable

    Bank Identifier Code (SWIFT code)

    iban_code stringnullable

    International Bank Account Number

    reference_code stringnullable

    Reference code for the deposit

    sort_code stringnullable

    UK bank sort code

    cubix_partner_name stringnullable

    Cubix partner name

    cubix_account_name stringnullable

    Cubix account name

    cubix_account_id stringnullable

    Cubix account ID

    cubix_account_number stringnullable

    Last 4 digits of Cubix account number

    account_type stringnullable

    Account type

    meta objectnullable

    Additional metadata

  • ]
  • message string

    Present when code !== 0.

    original string

    Present when code !== 0.