get https://app.dex3.io/api/public/payouts/gettokens
Get tokens data. Used to pass the token_id while creating payout
Log in to see full request history
Sample tokens data
Only tokens activated by you will be shown
{
"status": true,
"data": [
{
"id": 4,
"name": "USDT (BSC Testnet)",
"contract": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"chain_id": 97,
"symbol": "USDT",
"decimals": 18,
"is_stable": "yes",
"is_native": "no",
"logo": "https://dex3-space.fra1.cdn.digitaloceanspaces.com/tokens/usdtbsc.svg",
"receiver_address": "0x2582AeaBF6F5fE047694e7263AD7A18a25379227",
"chain_name": "BSC Testnet"
}
]
}
Response
200