Interface TokensApiListTokensRequest

Hierarchy

  • TokensApiListTokensRequest
    • TokensApiListTokensRequest

Properties

pageSize?: number

Page size of the result

Memberof

TokensApiListTokens

cursor?: string

Cursor

Memberof

TokensApiListTokens

orderBy?: "symbol" | "contract_address" | "name"

Property to sort by

Memberof

TokensApiListTokens

direction?: string

Direction to sort (asc/desc)

Memberof

TokensApiListTokens

address?: string

Contract address of the token

Memberof

TokensApiListTokens

symbols?: string

Token symbols for the token, e.g. ?symbols=IMX,ETH

Memberof

TokensApiListTokens

Generated using TypeDoc