Skip to main content
GET
/
token
/
{id}
/
twitter
/
verify
cURL
curl --request GET \
  --url https://api.odin.fun/v1/token/{id}/twitter/verify
{
  "data": {
    "token": {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "image": "<string>",
      "creator": "<string>",
      "created_time": "<string>",
      "volume": 123,
      "bonded": true,
      "icrc_ledger": "<string>",
      "price": 123,
      "marketcap": 123,
      "rune": "<string>",
      "featured": true,
      "holder_count": 123,
      "comment_count": 123,
      "sold": 123,
      "twitter": "<string>",
      "website": "<string>",
      "telegram": "<string>",
      "last_comment_time": "<string>",
      "rel_ledgers": [
        {
          "user": "<string>",
          "token": "<string>",
          "balance": 123,
          "user_username": "<string>",
          "user_image": "<string>",
          "tokenid": "<string>"
        }
      ],
      "buy_count": 123,
      "sell_count": 123,
      "ticker": "<string>",
      "btc_liquidity": 123,
      "user_btc_liquidity": 123,
      "user_token_liquidity": 123,
      "user_lp_tokens": 123,
      "token_liquidity": 123,
      "total_supply": 123,
      "swap_fees": 123,
      "swap_volume": 123,
      "swap_fees_24": 123,
      "threshold": 123,
      "swap_volume_24": 123,
      "holder_dev": 123,
      "holder_top": 123,
      "txn_count": 123,
      "decimals": 123,
      "deposits": true,
      "divisibility": 123,
      "external": true,
      "trading": true,
      "withdrawals": true,
      "last_action_time": "2023-11-07T05:31:56Z",
      "price_5m": 123,
      "price_1h": 123,
      "price_6h": 123,
      "price_1d": 123,
      "rune_id": "<string>",
      "twitter_verified": true,
      "rel_tags": [
        {
          "id": 123,
          "name": "<string>",
          "description": "<string>",
          "created_time": "<string>"
        }
      ],
      "tags": {},
      "verified": true,
      "liquidity_threshold": 123,
      "progress": 123
    },
    "other_tokens": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "image": "<string>",
        "creator": "<string>",
        "created_time": "<string>",
        "volume": 123,
        "bonded": true,
        "icrc_ledger": "<string>",
        "price": 123,
        "marketcap": 123,
        "rune": "<string>",
        "featured": true,
        "holder_count": 123,
        "comment_count": 123,
        "sold": 123,
        "twitter": "<string>",
        "website": "<string>",
        "telegram": "<string>",
        "last_comment_time": "<string>",
        "rel_ledgers": [
          {
            "user": "<string>",
            "token": "<string>",
            "balance": 123,
            "user_username": "<string>",
            "user_image": "<string>",
            "tokenid": "<string>"
          }
        ],
        "buy_count": 123,
        "sell_count": 123,
        "ticker": "<string>",
        "btc_liquidity": 123,
        "user_btc_liquidity": 123,
        "user_token_liquidity": 123,
        "user_lp_tokens": 123,
        "token_liquidity": 123,
        "total_supply": 123,
        "swap_fees": 123,
        "swap_volume": 123,
        "swap_fees_24": 123,
        "threshold": 123,
        "swap_volume_24": 123,
        "holder_dev": 123,
        "holder_top": 123,
        "txn_count": 123,
        "decimals": 123,
        "deposits": true,
        "divisibility": 123,
        "external": true,
        "trading": true,
        "withdrawals": true,
        "last_action_time": "2023-11-07T05:31:56Z",
        "price_5m": 123,
        "price_1h": 123,
        "price_6h": 123,
        "price_1d": 123,
        "rune_id": "<string>",
        "twitter_verified": true,
        "rel_tags": [
          {
            "id": 123,
            "name": "<string>",
            "description": "<string>",
            "created_time": "<string>"
          }
        ],
        "tags": {},
        "verified": true,
        "liquidity_threshold": 123,
        "progress": 123
      }
    ]
  }
}

Path Parameters

id
string
required

Query Parameters

code
string
required
redirect_uri
string
required

Response

default - application/json
data
object
I