Key | Type | Description |
---|---|---|
address | string | Cryptocurrency wallet address |
addr_extra_info (optional) | Object | Account type wallet index for referencing specific user. For example XRP destination tag or EOS memo. Please put the name of the account key at the key and put the actual index value at the value. |
Sample Object
{
"address": "r3kmLJN5D28dHuH8vZNUZpMC43pEHpaocV",
"addr_extra_info": [
{
"tag": "1231231"
}
]
}