v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns info on an EVM (ERC-20, ...) token on the runtime.
get/{runtime}/evm_tokens/{address}
Path parameters
runtime'emerald' | 'sapphire' | 'pontusxtest' | 'pontusxdev' | 'cipher' required
The runtime which to query.
addressstring required
The staking address of the token contract.
Response
The requested token.
Example response
{
"contract_addr": "oasis1qp2hssandc7dekjdr6ygmtzt783k3gn38uupdeys",
"name": "Uniswap",
"symbol": "USDT",
"decimals": 18,
"total_supply": "1234567890123456789012",
"num_holders": 123,
"ref_swap": {
"reserve0": "1234567890123456789012",
"reserve1": "1234567890123456789012"
},
"ref_token": {
"name": "Wrapped ROSE",
"symbol": "wROSE",
"decimals": 18
}
}