REST APIFiat

GETDeprecated

Collects all information needed for a deposit. DEPRECATED - The new API can be found at /api/v2/bankaccounts/deposit/info

Path Params

  • coin string required
    A cryptocurrency or token ticker symbol.
  • walletId string required
    The wallet ID.

    matches ^[0-9a-f]{32}$

Responses

200
OK

Response Body

object

  • toAddress string required
    The address the deposit will be received at
  • valueString string
    The value (in cents/base units) of the deposit
  • token string required
    If this is a token entry, the token's symbol
  • toBankAccount object

    ANY OF

    • accountNumber string required
      Bank account number or IBAN.

      1 to 34 characters

    • enterpriseId string required

      matches ^[0-9a-f]{32}$

    • address string
    • address1 string required
    • address2 string
    • address3 string
    • name string required
    • ownerName string
    • ownerAddress string
    • owner object required
      Bank account owner
      owner object
      • name string required
      • address1 string required
      • address2 string
      • address3 string
    • routingNumber string required
      US bank routing number. Required for domestic wire transfers within the US.

      9 to 9 characters · matches ^[0-9]+$

    • shortCountryCode string enum required
      Two-letter country code, as specified by ISO 3166-1 alpha-2

      2 to 2 characters

      ADAEAFAGAIALAMAOAQARASATAUAWAXAZBABBBDBEBFBGBHBIBJBLBMBNBOBQBRBSBTBVBWBYBZCACCCDCFCGCHCICKCLCMCNCOCRCUCVCWCXCYCZDEDJDKDMDODZECEEEGEHERESETFIFJFKFMFOFRGAGBGDGEGFGGGHGIGLGMGNGPGQGRGSGTGUGWGYHKHMHNHRHTHUIDIEILIMINIOIQIRISITJEJMJOJPKEKGKHKIKMKNKPKRKWKYKZLALBLCLILKLRLSLTLULVLYMAMCMDMEMFMGMHMKMLMMMNMOMPMQMRMSMTMUMVMWMXMYMZNANCNENFNGNINLNONPNRNUNZOMPAPEPFPGPHPKPLPMPNPRPSPTPWPYQARERORSRURWSASBSCSDSESGSHSISJSKSLSMSNSOSRSSSTSVSXSYSZTCTDTFTGTHTJTKTLTMTNTOTRTTTVTWTZUAUGUMUSUYUZVAVCVEVGVIVNVUWFWSYEYTZAZMZW
    • type string enum nullable
      The type of bank account. If null, defaults wire.
      wirecbitnull
    • currency string enum nullable
      The currency of the bank account. If null, defaults to fiatusd.
      fiatusdfiateurnull
    • furtherCreditTo string
    • intermediaryBankName string
    • intermediaryBankId string
400
Bad Request

Response Body

ONE OF

  • error string required
    Human-readable error message
  • requestId string required
    Client request id
  • context object
    Properties that apply to a specific error name
  • name string required
    Error code