Skip to main content
GET
/
solana
/
dexscreener
/
order-availability
Check Dexscreener order availability
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.bags.fm/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

tokenAddress
string
required

Solana public key of the token

Response

Successfully checked order availability

success
boolean
required
Example:

true

response
object