Key | Type | Description |
---|---|---|
originator_vasp.vasp_code | string | VASP identifier code will be provided by Bridge while VASP complete the registration process. |
originator_vasp.addrs.address | Wallet Address [] | Array of the crypto addresses. |
originator_vasp.addrs.addr_extra_info | string[] | A string encoded using either ASCII or UTF-8, up to 28-bytes long. |
beneficiary_vasp.vasp_code | string | VASP identifier code will be provided by Bridge while VASP complete the registration process. |
beneficiary_vasp.addrs.address | Wallet Address [] | Array of the crypto addresses. |
beneficiary_vasp.addrs.addr_extra_info | string[] | A string encoded using either ASCII or UTF-8, up to 28-bytes long. |
currency_id | string | Currency id will be provided by Bridge in the Bridge/Currencies response |
amount | string | The 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"
}