# 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 /v1.0/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapispec/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 /v1.0/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapispec/rate-tables/postratetables.md): Creates a new rate table. ## Delete a rate table - [DELETE /v1.0/rate-tables](https://fnoapi-dynamicmonetization.redocly.app/apis/openapispec/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.