Validate address

Validate address

GET https://payments.finrax.com/api/v1/currency/:withdrawalCurrency/network/:network/address/:address/valid

An endpoint for checking if a wallet address is valid according to the coin-specific format.

Path Parameters

NameTypeDescription

withdrawalCurrency*

string

Abbreviation for the withdrawal Currency e.g. LTC, BTC

network*

string

The name of the network that this address resides on e.g. BTC, ETH, BSC or TRX. See this table for a full list of network and withdrawal currency pairs that we support.

address*

string

Recipient address

{"valid":true,"supported":true}

Validate address and destination Tag

GET https://payments.finrax.com/api/v1/currency/:withdrawalCurrency/network/:network/address/:address/destinationTag/:destinationTag/valid

Endpoint that can be used to validated the correctness of the address and destination Tag for XRP and XLM

Path Parameters

NameTypeDescription

withdrawalCurrency*

string

Abbreviation for the withdrawal Currency e.g. XLM or XRP

network*

string

The name of the network that this address resides on e.g. XLM or XRP. See this table for a full list of network and withdrawal currency pairs that we support.

address*

string

Recipient address

destinationTag*

string

The destination Tag for the address

{"valid":true,"supported":true}

Last updated