Skip to main content
GET
Get compact token data

Authorizations

x-api-key
string
header
required

API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.

Headers

x-api-key
string
required

API key for authentication. Request a key from [email protected].

Example:

"YOUR_API_KEY"

Response

200 - application/json

Successful response

id
string
required

Token id (shard.realm.num)

Example:

"0.0.731861"

icon
string
required

Relative path to token icon

Example:

"/images/tokens/sauce.svg"

symbol
string
required

Token symbol

Example:

"SAUCE"

decimals
integer
required

Token decimal places

Example:

6

price
string
required

Token price in tinybar

Example:

"36806544"

priceUsd
number<float>
required

Token price in USD

Example:

0.01760954

dueDiligenceComplete
boolean
required

Token due diligence completed?

Example:

true

isFeeOnTransferToken
boolean
required

Token has fees on transfer?

Example:

false