Authentication
You can find your JWT code from the dashboard. You can also generate API keys that don't expire until regenerated using said JWT:
mainnet
curl -X POST https://mainnet.mercurydata.app/v2/key -H "authorization: Bearer $MERCURY_JWT"
testnet
curl -X POST https://api.mercurydata.app/v2/key -H "authorization: Bearer $MERCURY_JWT"
Last updated