Mint

Mint metadata, lists, and pricing.

Default Mint List

get

Get the default mint list used by the UI.

Responses
chevron-right
200

Successful response.

application/json
blockListstring[]Optional

mint address.

get
/mint/list
200

Successful response.

Mint Info

get

Get mint info by mint address.

Query parameters
mintsstringRequired

Comma-separated IDs.

Responses
chevron-right
200

Successful response.

application/json
chainIdnumberOptional

Chain ID.

addressstringOptional

Mint address.

programIdstringOptional

The program ID.

logoURIstringOptional

Logo URI.

symbolstringOptional

Token symbol.

namestringOptional

Token name.

decimalsnumberOptional

Token decimals.

get
/mint/ids
200

Successful response.

Mint Price

get

Get mint prices.

Query parameters
mintsstringOptional

Comma-separated IDs.

Responses
chevron-right
200

Successful response.

application/json
[ mint id ]stringOptional

mint price.

get
/mint/price
200

Successful response.

Last updated

Was this helpful?