Skip to main content
GET
/
user
/
{principal}
/
created
cURL
curl --request GET \
  --url https://api.odin.fun/v1/user/{principal}/created
"<any>"

Path Parameters

principal
string
required

Query Parameters

page
number
limit
number
env
enum<string>
Available options:
production,
staging,
development
sort
enum<string> | null
Available options:
marketcap:asc,
marketcap:desc,
price:asc,
price:desc,
holder_count:asc,
holder_count:desc,
created_time:asc,
created_time:desc,
name:asc,
name:desc,
last_comment_time:asc,
last_comment_time:desc,
comment_count:asc,
comment_count:desc,
volume:asc,
volume:desc,
sold:asc,
sold:desc,
txn_count:asc,
txn_count:desc,
btc_liquidity:asc,
btc_liquidity:desc,
swap_fees:asc,
swap_fees:desc,
swap_fees_24:asc,
swap_fees_24:desc,
swap_volume:asc,
swap_volume:desc,
swap_volume_24:asc,
swap_volume_24:desc,
last_action_time:asc,
last_action_time:desc,
price_delta_5m:asc,
price_delta_5m:desc,
price_delta_1h:asc,
price_delta_1h:desc,
price_delta_6h:asc,
price_delta_6h:desc,
price_delta_1d:asc,
price_delta_1d:desc,
ascension:asc,
ascension:desc
bonded
boolean

Filter by bonded status

Filter by featured status

etched
boolean

Filter by etched status

price_max
number

Maximum price

price_min
number

Minimum price

volume_max
number

Maximum volume

volume_min
number

Minimum volume

holders_max
number

Maximum number of holders

holders_min
number

Minimum number of holders

comment_count_max
number

Maximum comment count

comment_count_min
number

Minimum comment count

sold_max
number

Maximum sold count

sold_min
number

Minimum sold count

marketcap_max
number

Maximum market cap

marketcap_min
number

Minimum market cap

buy_count_max
number
buy_count_min
number
sell_count_max
number
sell_count_min
number
tx_count_min
number
tx_count_max
number
has_twitter
boolean
has_telegram
boolean
has_website
boolean

Does text search for fields: id, name, description, rune, creator, telegram, website, twitter, ticker

id_in
any[]

Filter by IDs

id_not_in
any[]

Filter by IDs

creator
string
favorite
string
twitter_verified
boolean
verified
boolean
include_tags
string

Include tokens with these tags (comma-separated)

exclude_tags
string

Exclude tokens with these tags (comma-separated)

type_in
enum<string> | null
Available options:
internal,
token,
currency
ascended
boolean

Response

data
any[]
required
count
number
required
page
number
required
limit
number
required
I