# Rate Tables APIs to manage rate tables. Rate tables are used to define the price of items (how many tokens are charged per item). ## Get all rate tables - [GET /provisioning/api/v1.1/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapi-spec/rate-tables/getratetables.md): Gets all the rate tables created, whether the effective time of the rate table has been reached or not. ## Create a rate table - [POST /provisioning/api/v1.1/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapi-spec/rate-tables/postratetables.md): Creates a new rate table. ## Delete a rate table - [DELETE /provisioning/api/v1.1/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapi-spec/rate-tables/deleteratetables.md): Deletes a rate table that hasn't come into effect yet. Note: Rate tables that are already in effect cannot be deleted.