API
Ordinals Wallet Api Documentation
API Url:
https://turbo.ordinalswallet.com
get
https://turbo.ordinalswallet.com
/inscription/:inscription_id
Fetch an inscription
get
https://turbo.ordinalswallet.com
/inscription/:inscription_id/outpoint
Fetch the location of an inscription
get
https://cdn.ordinalswallet.com
/inscription/content/:inscription_id
Fetch the raw content of an inscription
get
https://cdn.ordinalswallet.com
/inscription/preview/:inscription_id
Fetch an image preview of an inscription
pub struct Inscription {
id: String,
meta: Option<InscriptionMeta>,
}
pub struct InscriptionMeta {
pub name: Option<String>,
pub attributes: Option<Vec<InscriptionMetaAttribute>>,
}
pub struct InscriptionMetaAttribute {
pub trait_type: String,
pub value: String,
}
post
https://turbo.ordinalswallet.com
/collection/new
Create a collection
post
https://turbo.ordinalswallet.com
/collection/update
Update a collection
get
https://turbo.ordinalswallet.com
/collection/:slug
Fetch a collection
get
https://turbo.ordinalswallet.com
/collection/:slug/inscriptions
List collection inscriptions
get
https://turbo.ordinalswallet.com
/collection/:slug/escrows
List inscriptions that are for sale
get
https://turbo.ordinalswallet.com
/collection/:slug/sold-escrows
List inscriptions that sold
get
https://turbo.ordinalswallet.com
/collection/:slug/attributes
List attributes for a collection
get
https://turbo.ordinalswallet.com
/collection/:slug/stats
Fetch collection stats
get
https://turbo.ordinalswallet.com
/collection/:slug/snapshot
Fetch collection snapshot
get
https://turbo.ordinalswallet.com
/wallet/:address
Wallet Balance
post
https://turbo.ordinalswallet.com
/wallet/:address/verify-message
Verify a signed message
Last modified 2mo ago