latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Fiat

Get deposit information [DEPRECATED]

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

get/api/v2/{coin}/wallet/{walletId}/depositinfo

Path parameters

coinstring required

A cryptocurrency or token ticker symbol.

Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

The wallet ID.

Response

OK

toAddressstring required

The address the deposit will be received at

valueStringstring
tokenstring required

If this is a token entry, the token's symbol

Example response

{
  "toAddress": "1234567890ABCDEF-XJBCOEF",
  "valueString": "2000000",
  "token": "ousd",
  "toBankAccount": {
    "enterpriseId": "59cd72485007a239fb00282ed480da1f",
    "address": "2390 El Camino Real, Palo Alto, CA 94306",
    "address1": "2390 El Camino Real",
    "address2": "Palo Alto, CA 94306",
    "name": "America California Bank",
    "ownerName": "Donald E. Knuth",
    "ownerAddress": "2390 El Camino Real, Palo Alto, CA 94306",
    "owner": {
      "name": "Donald E. Knuth",
      "address1": "Computer Science Department",
      "address2": "Stanford University",
      "address3": "Stanford, CA 94305-9045"
    },
    "routingNumber": "129131673",
    "shortCountryCode": "US",
    "type": "wire",
    "currency": "fiatusd",
    "furtherCreditTo": "Donald E. Knuth",
    "intermediaryBankName": "America California Bank",
    "intermediaryBankId": "59cd72485007a239fb00282ed480da1f"
  }
}