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:

Description
Credits
Path

Ping the API

0

/ping

Get recent transactions for specific account

10

/account/transactions/{account_address}

Get resource balance for an account

1

/account/balance/{account_address}

Get components from package

5

/component/from_package/{package_address}

Get entity infos

5

/entity/infos/{entity_address}

Get dApp definitions with related metadata

10

/entity/dapp_definitions

Get statistics for epoch durations

1

/network/epoch_durations

Get statistics about the network

5

/network/statistics

Get the accounts that hold NFTs

5

/nft/accounts/{resource_address}

Get a list of all NFTs including their traits for a given collection address

10

/nft/details/{resource_address}

Create and get a ROLA challenge

5

/challenge/create

Verify your ROLA challenge

5

/challenge/verify

Get token price list

1

/token/price/list

Get current token price

1

/token/price/current

Get resource holders

5

/token/holders/{resource_address}

Get historical price data

5

/token/pricce/ohlc/hour/{resource_address}

Get recent transactions

10

/transaction/recent

Get transaction count

5

/transaction/count

Get validator list with info data

1

/validator/infos

Get list with balances of all stakers

10

/validator/stakers/list

Get delegator information

5

/validator/stakers/{validator_address}

Get lsu/xrd factor for a specific validator

1

/validator/lsu_xrd_factor/{validator_address}

Get holders for pools or pool resources

5

/pool/holders/{pool_or_resource}

Endpoints to the Radix Gateway API

1

/gateway/mainnet/{gtw_path}

You can always see your remaining balance in your profile on our website.

Last updated