Get My Active Rates
GET
https://kodexpay.elvwalletapi.com/api/v1/rates/my-tokens
This wiill return the tokens enabled in your project in Payment Methods
{
// Response
[
{
"uuid": "0c32a06f-0d4c-4f9b-b6e3-ec92bb675b25",
"name": "USDT (TRC20)",
"symbol": "USDT",
"token": "usdtt",
"decimals": 6,
"logo": "https://kodexpay.elvwalletapi.com/tokens/usdt.png",
"network_uuid": "d17d6ab3-99b9-492f-bae3-f97d694e4a87",
"network": {
"name": "Tron",
"token": "trxtoken",
"currency": "TRX",
"explorer": "https://tronscan.org/#/transaction/",
"uuid": "d17d6ab3-99b9-492f-bae3-f97d694e4a87"
},
"meta": {}
},
{
"uuid": "287ef90b-df99-4c5b-9b9f-913800476c11",
"name": "USDT (ERC20)",
"symbol": "USDT",
"token": "usdte",
"decimals": 6,
"logo": "https://kodexpay.elvwalletapi.com/tokens/usdt.png",
"network_uuid": "095c546f-a98a-4b67-aebc-c6537f7f1f04",
"network": {
"name": "Ethereum",
"token": "ethtoken",
"currency": "ETH",
"explorer": "https://etherscan.io/tx/",
"uuid": "095c546f-a98a-4b67-aebc-c6537f7f1f04"
},
"meta": {}
},
{
"uuid": "b07a803a-a82a-4d85-8519-f10077f6e8e2",
"name": "Bitcoin",
"symbol": "BTC",
"token": "btc",
"decimals": null,
"logo": "https://kodexpay.elvwalletapi.com/tokens/btc.png",
"network_uuid": "8ae4b28d-2145-403a-9b15-5ec5f7810fc3",
"network": {
"name": "Bitcoin",
"token": "btc",
"currency": "BTC",
"explorer": "https://www.blockchain.com/btc/tx/",
"uuid": "8ae4b28d-2145-403a-9b15-5ec5f7810fc3"
},
"meta": {}
},
{
"uuid": "6a987f50-9a27-40f0-b57f-fe1d29cc6cf2",
"name": "Ethereum",
"symbol": "ETH",
"token": "eth",
"decimals": null,
"logo": "https://kodexpay.elvwalletapi.com/tokens/eth.png",
"network_uuid": "0f57eb58-141d-4a04-b43b-ce15e0752198",
"network": {
"name": "Ethereum",
"token": "eth",
"currency": "ETH",
"explorer": "https://etherscan.io/tx/",
"uuid": "0f57eb58-141d-4a04-b43b-ce15e0752198"
},
"meta": {}
},
{
"uuid": "4fc45004-aff3-4aac-ac0f-84708038c120",
"name": "KodexPay",
"symbol": "KXP",
"token": "kxp",
"decimals": 18,
"logo": "https://kodexpay.elvwalletapi.com/tokens/kxp.png",
"network_uuid": "16ec0dda-6e29-4d14-9926-5bd5cb324ff7",
"network": {
"name": "Binance Smart Chain",
"token": "bsc",
"currency": "BSC",
"explorer": "https://bscscan.com/tx/",
"uuid": "16ec0dda-6e29-4d14-9926-5bd5cb324ff7"
},
"meta": {}
},
{
"uuid": "c74b4644-81b6-4778-9f3f-27b17e4b3a19",
"name": "Binance",
"symbol": "BNB",
"token": "bnb",
"decimals": null,
"logo": "https://kodexpay.elvwalletapi.com/tokens/bnb.png",
"network_uuid": "37ac28b0-e7c7-446e-b2f6-ff900c8eaaba",
"network": {
"name": "Binance Coin",
"token": "bnb",
"currency": "BNB",
"explorer": "https://bscscan.com/tx/",
"uuid": "37ac28b0-e7c7-446e-b2f6-ff900c8eaaba"
},
"meta": {}
},
{
"uuid": "43091820-acbe-413e-a0a9-551c0c43c27d",
"name": "TRONIX",
"symbol": "TRX",
"token": "trx",
"decimals": null,
"logo": "https://kodexpay.elvwalletapi.com/tokens/trx.png",
"network_uuid": "ba170765-6862-4dc8-b33f-024b31746143",
"network": {
"name": "Tron",
"token": "trx",
"currency": "TRX",
"explorer": "https://tronscan.org/#/transaction/",
"uuid": "ba170765-6862-4dc8-b33f-024b31746143"
},
"meta": {}
}
]
}
{
// This return have a detailed description about fail
// Please validate your api-key header in the request, the api-key not exist
// Please validate your api-key header in the request, the api-key is not enabled
// Please validate your api-key header in the request
}
Last updated