cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/solana/dexscreener/order-availability \ --header 'x-api-key: <api-key>'
{ "success": true, "response": { "available": true } }
Check whether a Dexscreener token info order is available for a given token.
API key authentication. Provide your API key as the header value.
Solana public key of the token
Successfully checked order availability
true
Show child attributes