mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"title": "FeeRate",
|
|
"description": "Get fee rate information.",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"fee_rate"
|
|
],
|
|
"properties": {
|
|
"fee_rate": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|