Tap Reader API
Tap Protocol API endpoints are available to use with an API Key or from allow-listed domains.
Mainnet: https://api.ordinalsbot.com/tapreader
Testnet: https://testnet-api.ordinalsbot.com/tapreader
You can refer to official TAP documentation for all available endpoints.
Get TAP Token Deployment
POST
https://api.ordinalsbot.com/tapreader/getDeployment/:ticker
Path Parameters
Name
Type
Description
ticker*
String
Ticker to get deployment inscription for
Headers
Name
Type
Description
x-api-key*
String
API Key
{
"result": {
"tick": "tap",
"max": "21000000000000000000000000",
"lim": "21000000000000000000000000",
"dec": 18,
"blck": 801996,
"tx": "cbc1900b8b0f02fdf481137c587896781a721a35369d4eae47c7445622ecb671",
"ins": "cbc1900b8b0f02fdf481137c587896781a721a35369d4eae47c7445622ecb671i0",
"num": 21953432,
"ts": 1691356378,
"addr": "bc1pcf4jawvk9gjhjske5mch045szhtgsgpt4df5ftnqpxlc27qtaxyqxxmjsf",
"crsd": false,
"dmt": false,
"elem": null,
"prj": null,
"dim": null,
"dt": null
}
Last updated