Consuming credits
Each fetch of an API endpoint is consuming credits from your balance.
Dependent on the complexity of the endpoint one call costs 1, 5 or 10 credits:
Ping the API
/ping
Get recent transactions for specific account
/account/transactions/{account_address}
Get resource balance for an account
/account/balance/{account_address}
Get components from package
/component/from_package/{package_address}
Get entity infos
/entity/infos/{entity_address}
Get dApp definitions with related metadata
/entity/dapp_definitions
Get statistics for epoch durations
/network/epoch_durations
Get statistics about the network
/network/statistics
Get the accounts that hold NFTs
/nft/accounts/{resource_address}
Get a list of all NFTs including their traits for a given collection address
/nft/details/{resource_address}
Create and get a ROLA challenge
/challenge/create
Verify your ROLA challenge
/challenge/verify
Get token price list
/token/price/list
Get current token price
/token/price/current
Get resource holders
/token/holders/{resource_address}
Get historical price data
/token/pricce/ohlc/hour/{resource_address}
Get recent transactions
/transaction/recent
Get transaction count
/transaction/count
Get validator list with info data
/validator/infos
Get list with balances of all stakers
/validator/stakers/list
Get delegator information
/validator/stakers/{validator_address}
Get lsu/xrd factor for a specific validator
/validator/lsu_xrd_factor/{validator_address}
Get holders for pools or pool resources
/pool/holders/{pool_or_resource}
Endpoints to the Radix Gateway API
/gateway/mainnet/{gtw_path}
You can always see your remaining balance in your profile on our website.
Last updated