Queries
Contract events and transactions queries.
Authentication
Example Authentication Header
Authorization: Bearer YOUR_JWT_TOKENExample Variables
# common vars
BASE="https://mainnet.mercurydata.app/rest" #change this if you're on testnet
AUTH="Bearer <your-jwt-here>"Last updated