Skip to main content

Fungible Tokens

Retrieves a list of Fungible Tokens

Query Parameters
name string
symbol string
address Stacks Address

Possible values: Value must match regular expression ^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}

Stacks Address

Example: SP3K8BC0PPEVCV7NZ6QSRWPQ2JE9E5B6N3PA0KBR9

offset Offset

Result offset

limit Limit

Possible values: 1 ≤ value ≤ 60

Results per page

order_by Order By

Parameter to order results by

order Order

Results order

Responses
200

Default Response

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]
name string OPTIONAL
symbol string OPTIONAL
decimals integer OPTIONAL
total_supply string OPTIONAL
token_uri uri OPTIONAL
description string OPTIONAL
image_uri uri OPTIONAL
image_canonical_uri uri OPTIONAL
tx_id string
sender_address string
contract_principal string
getFungibleTokens
GET /metadata/v1/ft
name — query
symbol — query
address — query
offset — query
limit — query
order_by — query
order — query
https://api.hiro.so
curl -L 'https://api.hiro.so/metadata/v1/ft' \
-H 'Accept: application/json'