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:

DescriptionCreditsPath

Ping the API

0

/ping

Get recent transactions for specific account

10

/account/transactions/{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 the accounts that hold NFTs

5

/nft/accounts/{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 vaults

5

/token/vaults/{resource_address}

Get resource holders

5

/token/holders/{resource_address}

Get recent transactions

10

/transaction/recent

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}

Get network statistics for last 24h, 7d, 30d

5

/network/statistics

Get a list of all entities for a given type

5

/entity/list/{entity_type}

WebSocket for subscribing to ledger transactions

0

/transactions

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

10

/nft/details/{resource_address}

Endpoints to the Radix Gateway API

1

/gateway/mainnet/{gtw_path}

You can see your remaining balance in your profile.

Last updated