Test endpoints live, copy code examples, and explore responses in real-time
https://api.odyra.xyz
GET
/clipboard_pair_info
address
Contract address of the token
curl -X GET "https://api.odyra.xyz/clipboard_pair_info?address=npB9cxTzwUiGt7jk2dXZa52xZve8SgVD6Et9Bpipump" \ -H "x-api-key: demo"
{ "result": { "pairAddress": "Ef7wUrbarRXHNMMgBs8cstSkzRttnstjMsniaq7zMp6j", "tokenAddress": "npB9cxTzwUiGt7jk2dXZa52xZve8SgVD6Et9Bpipump", "tokenName": "KILL BIG BEAUTIFUL BILL", "tokenTicker": "KBBB", "protocol": "Pump AMM", "liquiditySol": 2886.507464584, "liquidityToken": 10756936.695937, "supply": 999998785.518076 } }
Try our interactive sandbox to test the API endpoints with your own data