Deposit instructions

Returns the list of the fiat and blockchain deposit instructions of the manager.

get

Returns the list of the fiat and blockchain deposit instructions. Only the deposit instructions of the manager are returned.

Authorizations
Responses
200
A list of the fiat and blockchain deposit instructions.
application/json
get
GET /api/manager/v1/deposit-instructions HTTP/1.1
Host: api.rialtobridge.xyz
RIALTO_API_KEY: YOUR_API_KEY
Accept: */*
{
  "fiat": [
    {
      "label": "Rialto",
      "fiatCurrency": "eur",
      "bankName": "Commerzbank",
      "countryCode": "DE",
      "identifiers": {
        "iban": "DE89370400440532013000",
        "bic": "COBADEFFXXX",
        "intermediaryBic": "COBADEFFXXX"
      },
      "beneficiary": {
        "name": "Rialto",
        "address": "Kaiserstraße 69",
        "city": "Frankfurt am Main",
        "postalCode": "60329",
        "countryCode": "DE"
      },
      "isSegregated": true
    }
  ],
  "blockchain": [
    {
      "label": "Rialto wallet",
      "blockchainNetwork": "ethereum",
      "walletAddress": "0x9b7E335088762aD8061C04D08C37902ABC8ACb87",
      "isSegregated": false
    }
  ]
}