Skip to main content
Retired. These endpoints are no longer served. Run OPI instead — see the introduction. Kept for historical reference.
Endpoints’ API-Key-Tier availabilities are written for each endpoint. To use on testnet4/signet, use your current api-key and send the request to https://testnet.api.bestinslot.xyz / https://signet_api.bestinslot.xyz

Sats Validity Check

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/sats/validity_check Returns validity details about a specific inscription. Sample query: https://api.bestinslot.xyz/v3/sats/validity_check?inscription_id=8ca50ea8ed42bf9b1b2dad8df4fddb1d354769b32d240e2d5a788ee78ef2bab0i0

Query Parameters

Sats Forward Lookup

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/sats/forward_lookup Returns address from a sats name. Sample query: https://api.bestinslot.xyz/v3/sats/forward_lookup?sats_name=penguins.sats

Query Parameters

Sats Reverse Lookup

Included in: Basic, Pro, Dedicated GET https://api.bestinslot.xyz/v3/sats/reverse_lookup Returns valid sats name with minimum inscription number from a bitcoin wallet address. Sample query: https://api.bestinslot.xyz/v3/sats/reverse_lookup?address=bc1prjglj0tcff20fe4rkwlfj6rjpgjgp3c9k252gsrwysmc7uuk9dcqm40l8k

Query Parameters

Get Sats Activity

Included in: Pro, Dedicated GET https://api.bestinslot.xyz/v3/sats/activity Returns ordered list of inscribes, sales and transfers of all sats. Sample query: https://api.bestinslot.xyz/v3/sats/activity?activity_filter=7&sort_by=ts&order=desc&offset=0&count=100

Query Parameters