Overview

To utilize our OpenAPI, you must first register an account through the Spyderlab dashboard API section 🔗 and obtain your unique API-KEY, which will allow you to make calls to the OpenAPI services.

Note: The Spyderlab OpenAPI is currently only supported on the Pro Plan. Upgrade Plan🔗 or contact Spyderlab to customize development. Email: Support[at]spyderlab.org

Multi-chain Support

Chain
Coin

Ethereum

ETH, USDT-ERC20, USDC-ERC20, WETH-ERC20, BNB-ERC20, UNI-ERC20, BUSD-ERC20, DAI-ERC20, GRT-ERC20, ENS-ERC20, UST-ERC20, renBTC-ERC20, WBTC-ERC20, TUSD-ERC20, SHIB-ERC20, LINK-ERC20, BAT-ERC20, CRO-ERC20, SUSHI-ERC20, stETH-ERC20, CRV-ERC20, CVX-ERC20, cvxCRV-ERC20, 3Crv-ERC20, LOOKS-ERC20, IOTX-ERC20, APE-ERC20, PYUSD-ERC20

Bitcoin

BTC

TRON

TRX, USDT-TRC20, USDC-TRC20

BNB Smart Chain(BSC)

BNB, BUSD-BEP20, USDT-BEP20, WBNB-BEP20, ETH-BEP20, BTCB-BEP20, DOGE-BEP20, USDC-BEP20, SHIB-BEP20, UST-BEP20, DAI-BEP20, Cake-BEP20

IoTeX

IOTX

Polygon

MATIC-Polygon, WMATIC-Polygon, WETH-Polygon, USDC-Polygon, USDT-Polygon, DAI-Polygon, WBTC-Polygon, AAVE-Polygon, LINK-Polygon, UNI-Polygon, UST-Polygon, SUSHI-Polygon

Avalanche

AVAX-Avalanche, WAVAX-Avalanche, BTC.b-Avalanche, USDT-Avalanche, USDT.e-Avalanche, USDC-Avalanche, USDC.e-Avalanche, WETH.e-Avalanche, DAI.e-Avalanche, WBTC.e-Avalanche

Arbitrum One

ETH-Arbitrum, USDT-Arbitrum, USDC-Arbitrum, USDC.e-Arbitrum, WETH-Arbitrum, DAI-Arbitrum, WBTC-Arbitrum, LINK-Arbitrum, GMX-Arbitrum, sbfGMX-Arbitrum, STG-Arbitrum, MAGIC-Arbitrum

OP Mainnet

ETH-Optimism, USDT-Optimism, USDC-Optimism, OP-Optimism, DAI-Optimism, WBTC-Optimism, WETH-Optimism, SNX-Optimism, sUSD-Optimism, VELO-Optimism

Base

ETH-Base

API Endpoint List

Endpoint
Description

v1/status

Returns API status

v1/address_labels

Returns a list of labels for a given address

v1/risk_score

Returns the risk score, risk detail list for a given address

v1/address-details

Returns a transaction investigation result for a given address

Common Response Data Structure

Field Name
Field Type
Description

success

Boolean

API request status

msg

String

Error information message while the request fails

data

Dictionary

Response data

Rate Limits

Plan
Rate Limit

Standard

1 call per second / key , up to 10k calls per day / key.

Last updated