cURL
curl --request GET \ --url https://api.example.com/trading-view/pair-list
{ "pairs": [ { "base": "<string>", "quote": "<string>", "last_spot": {} } ] }
Retrieve all trading pairs tracked by Shadowbook with their last known spot price.
Show PairInfo fields
null
curl "https://api.shadowbook.io/trading-view/pair-list"
{ "pairs": [ { "base": "ADA", "quote": "279c909f348e533da5808898f87f9a14bb2c3dfbbacccd631d927a3f:534e454b", "last_spot": "0.00001" }, { "base": "ADA", "quote": "8db269c3ec630e06ae29f74bc39edd1f87c819f1056206e879a1cd61:dda5fdb1002f7389b33e036b6afee82a27189467772a31503f6185a66cb3d2", "last_spot": null } ] }