Convert UTXO Address
API-v1convert_utxo_address
The convert_utxo_address
method takes a UTXO address as input and returns the equivalent address for another UTXO coin (e.g., from a BTC address to an RVN address).
Parameter | Type | Required | Description |
---|---|---|---|
address | string | ✓ | Input UTXO address |
coin | string | ✓ | Ticker of UTXO coin corresponding to the input address (source coin) |
to_coin | string | ✓ | Ticker of target UTXO coin (the coin to convert the address to) |
Parameter | Type | Description |
---|---|---|
result | string | Converted address |
convert_utxo_address
POST
convert_utxo_address{
"userpass": "RPC_UserP@SSW0RD",
"method": "convert_utxo_address",
"coin": "BTC",
"address": "1DmFp16U73RrVZtYUbo2Ectt8mAnYScpqM",
"to_coin": "RVN"
}