Skip to main content

Get tokens

GET 

/v1/custom-tokens

Get tokens

This endpoint retrieves custom tokens based on various filters such as chain ID, address, asset type, and date range. It supports pagination and sorting. This endpoint allows users to search for tokens across different attributes and customize the output according to their needs.

Request

Query Parameters

    chain_id int32

    Chain id

    address string

    Token address

    asset_type string

    Token asset type

    search string

    Search by name, symbol, address, asset type

    page int32

    Page number

    page_size int32

    Page size

    sort_by string

    Sort by field

    order_by string

    Order by field

    end_date date-time

    End date

    start_date date-time

    Start date

Responses

Tokens found

Schema
  • Array [
  • address stringrequired
    asset_type stringrequired
    chain_id int32required
    coingecko_id stringnullable
    decimals int32nullable
    id uuidrequired
    item_id stringnullable
    name stringnullable
    owner_address stringnullable
    symbol stringnullable
    token_uri stringnullable
    updated_at date-timerequired
  • ]
Loading...