Whitelisting addresses
In most cases, when you are sending cryptocurrency to an external wallet, you want to make sure that you are sending the funds to the right crypto address.
post
https://payments.finrax.com
/api/v1/whitelist-addresses
Whitelist an address
Parameter | Type | Description |
---|---|---|
id | string [required] | Unique whitelisted address identifier within Finrax system UUID |
clientAddressId | string [required] | Unique whitelisted address identifier provided in the request |
currency | string [required] | The cryptocurrency for this address |
network | string [required] | The network of this cryptocurrency address. |
address | string [required] | The address you would like to whitelist |
destinationTag | string [optional] | Applicable for XRP and XLM |
label | string [optional] | Useful for grouping multiple whitelisted addresses |
createdAt | string [required] | Timestamp when the whitelisted address got created UNIX
|
Last modified 3mo ago