Interactive API Documentation

Test endpoints live, copy code examples, and explore responses in real-time

Base URL
https://api.odyra.xyz
Get Pair Info by Contract Address
GET
Get basic token information using a contract address

Endpoint

GET/clipboard_pair_info

Parameters

address
Required
string

Contract address of the token

Test This Endpoint

Code Examples

curl -X GET "https://api.odyra.xyz/clipboard_pair_info?address=npB9cxTzwUiGt7jk2dXZa52xZve8SgVD6Et9Bpipump" \
  -H "x-api-key: demo"

Sample Response

{
  "result": {
    "pairAddress": "Ef7wUrbarRXHNMMgBs8cstSkzRttnstjMsniaq7zMp6j",
    "tokenAddress": "npB9cxTzwUiGt7jk2dXZa52xZve8SgVD6Et9Bpipump",
    "tokenName": "KILL BIG BEAUTIFUL BILL",
    "tokenTicker": "KBBB",
    "protocol": "Pump AMM",
    "liquiditySol": 2886.507464584,
    "liquidityToken": 10756936.695937,
    "supply": 999998785.518076
  }
}

Ready to Get Started?

Try our interactive sandbox to test the API endpoints with your own data

Open Sandbox