Addresses
Scan addresses to speed up future simulations.
Scan address
POST https://trykoi.com/api/v1/:network/address/:address/scan
Scan an address to make sure it's indexed ahead of time. For wallets and other clients that know addresses ahead of time, this call can speed up future tx simulations.
Path Parameters
network
string
Any supported network string, including "ethereum", "polygon", "arbitrum", "optimism", and "astar".
address
string
A 0x-prefixed hex address string
{
"status": "pending"
}Ethereum
https://trykoi.com/api/v1/ethereum/address/0x123456/scan
Polygon
https://trykoi.com/api/v1/polygon/address/0x123456/scan
Arbitrum One
https://trykoi.com/api/v1/arbitrum/address/0x123456/scan
Optimism
https://trykoi.com/api/v1/optimism/address/0x123456/scan
Astar
https://trykoi.com/api/v1/astar/address/0x123456/scan
Last updated