Skip to main content
POST
/
search-token
Search for token
curl --request POST \
  --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/search-token \
  --header 'Content-Type: application/json' \
  --data '{
  "input": "550e8400-e29b-41d4-a716-446655440000"
}'
{
  "success": true,
  "token": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "symbol": "<string>",
    "slug": "<string>",
    "logo": "<string>",
    "banner_url": "<string>",
    "video_url": "<string>",
    "description": "<string>",
    "token_layer_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "launch_post_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "total_posts_count": 1,
    "total_media_count": 1,
    "groups_count": 1,
    "holders_count": 1,
    "upvotes": 1,
    "downvotes": 1,
    "weighted_upvotes": 1,
    "weighted_downvotes": 1,
    "user_vote": "upvote",
    "is_live": true,
    "hashtags": [
      "<string>"
    ],
    "creator": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "username": "<string>",
      "profile_picture": "<string>"
    },
    "price": 123,
    "market_cap": 123,
    "total_holder_count": 123
  }
}

Body

application/json
input
string
required

Token UUID, contract address (0x...), token layer ID (bytes32), symbol, or slug to search for

Minimum length: 1
Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Successful response

success
boolean
required
token
object

Token with full metadata