BRC-20 Tokens

BRC20 Tokens

Fetches information for BRC-20 tokens.

getBrc20Tokens

GET /ordinals/brc-20/tokens
curl -L 'https://api.orangecrypto.com/ordinals/brc-20/tokens' \
-H 'Accept: application/json'


BRC20 Token Details

Fetches information for a BRC-20 token including supply, holders, and more.

getBrc20TokenDetails

GET /ordinals/brc-20/tokens/<Insert Ticker>
curl -L 'https://api.orangecrypto.com/ordinals/brc-20/tokens/<Insert Ticker>' \
-H 'Accept: application/json'


BRC20 Token Holders and Balances

Fetches a list of holders and their balances for a BRC-20 token.

getBrc20TokenHolders

GET /ordinals/brc-20/tokens/<Insert Ticker>/holders
curl -L 'https://api.orangecrypto.com/ordinals/brc-20/tokens/<Insert Ticker>/holders' \
-H 'Accept: application/json'


BRC20 Balances

Fetches the BRC-20 token balances for a Bitcoin wallet address.

getBrc20Balances

GET /ordinals/brc-20/balances/<Insert Wallet Address>
curl -L 'https://api.orangecrypto.com/ordinals/brc-20/balances/<Insert Wallet Address>' \
-H 'Accept: application/json'


BRC20 Activity

Fetches the activity of a BRC-20 token at a specific block height.

getBrc20Activity

GET /ordinals/brc-20/activity
curl -L 'https://api.orangecrypto.com/ordinals/brc-20/activity' \
-H 'Accept: application/json'

Last updated