Transaction

KeyTypeDescription
originator_vasp.vasp_codestringVASP identifier code will be provided by Bridge while VASP complete the registration process.
originator_vasp.addrs.addressWallet Address []Array of the crypto addresses.
originator_vasp.addrs.addr_extra_infostring[]A string encoded using either ASCII or UTF-8, up to 28-bytes long.
beneficiary_vasp.vasp_codestringVASP identifier code will be provided by Bridge while VASP complete the registration process.
beneficiary_vasp.addrs.addressWallet Address []Array of the crypto addresses.
beneficiary_vasp.addrs.addr_extra_infostring[]A string encoded using either ASCII or UTF-8, up to 28-bytes long.
currency_idstringCurrency id will be provided by Bridge in the Bridge/Currencies response
amountstringThe amount of the currency requested to transfer.

Sample Object

{
    "originator_vasp": {
      "vasp_code": "VASPJPJT4",
      "addrs": [
        {
          "address": "bnb1vynn9hamtqg9me7y6frja0rvfva9saprl55gl4",
          "addr_extra_info": [
            {
              "memo_text": "634346542"
            }
          ]
        }
      ]
    },
    "beneficiary_vasp": {
      "vasp_code": "VASPJPJT3",
      "addrs": [
        {
          "address": "bnb1hj767k8nlf0jn6p3c3wvl0r0qfwfrvuxrqlxce",
          "addr_extra_info": [
            {
              "memo_text": "Idzl1532434853"
            }
          ]
        }
      ]
    },
    "currency_id": "sygna:0x800002ca.bnb1u9j9hkst6gf09dkdvxlj7puk8c7vh68a0kkmht",
    "amount": "0.1234"
  }