Querying Retroshades

Under the Mercury webapp, you can see under the "projects" tab all of your programs, including Retroshades.

Clicking on your retroshade program will direct you to the project's tab, where you can query your retroshade tables from the playground, or obtain curl commands to perform those queries directly through the Mercury API:

curl -X POST https://api.mercurydata.app/retroshades \
-H "Authorization: Bearer yourjwt \
-H 'Content-Type: application/json' \
-d '{
  "query": "SELECT * FROM liquidity_event660d1d2a8c1accf4adc7c03cf95d3fee"
}'

Last updated