Get Started

Learn about the WDK Indexer REST API and how to use it

Getting Started

1

Request API Key

Request your free API key to access the WDK Indexer API.

Request API Key

2

Make Your First Request

Use your API key to query blockchain data via the REST API.


Quick Example

Here's a quick example of how to query a token balance.

curl -X GET "https://wdk-api.tether.io/api/v1/ethereum/usdt/0xdac17f958d2ee523a2206206994597c13d831ec7/token-balances" \
     -H "x-api-key: your-api-key-here"

Want more info? Check out the complete API Reference for detailed method documentation, parameters, and response formats.


Next Steps

  • API Reference - Complete method documentation with examples and response formats


Need Help?