API Reference
Log In
API Reference

Arbitrary ranks [Launch]

This endpoint provides a list of all the ranks supported and collected by TraitSniper

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Arbitrary ranks are collected by the minimum length of either contract addresses or token ids.

For example:

GET: /v1/ranks?contract_addresses=0xf07468ead8cf26c752c676e43c814fee9c8cf402,0xa4bcd3b7f141ba1f08f36033fdfce691565561bc&token_ids=1

The results will only contain 1 contract address (0xf07468ead8cf26c752c676e43c814fee9c8cf402) with its token id (1). The contract address (0xa4bcd3b7f141ba1f08f36033fdfce691565561bc) will be ignored because there is no assosiated token with it.

📘

Requests to this endpoint require an API key. If you don't have an API key, please buy one.

Query Params
string

An array of contract addresses to search for (e.g. ?contract_addresses=0xf07468ead8cf26c752c676e43c814fee9c8cf402,0xa4bcd3b7f141ba1f08f36033fdfce691565561bc).

string

An array of token ids to search for (e.g. ?token_ids=1,2).

boolean

If set is true, return traits with trait score. If set is false, return traits empty. Can be true or false.

boolean

If set is true, return rank with trait, return rank without trait. Can be true or false.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json