Consuming credits
Last updated
Last updated
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:
Description | Credits | Path |
---|---|---|
You can see your remaining balance in your profile.
Ping the API
/ping
Get recent transactions for specific account
/account/transactions/{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 the accounts that hold NFTs
/nft/accounts/{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 vaults
/token/vaults/{resource_address}
Get resource holders
/token/holders/{resource_address}
Get recent transactions
/transaction/recent
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}
Get network statistics for last 24h, 7d, 30d
/network/statistics
Get a list of all entities for a given type
/entity/list/{entity_type}
WebSocket for subscribing to ledger transactions
/transactions
Get a list of all NFTs including their traits for a given collection address
/nft/details/{resource_address}
Endpoints to the Radix Gateway API
/gateway/mainnet/{gtw_path}