mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-14 00:22:42 +08:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"type": "object",
|
|
"title": "FeeRateRequest",
|
|
"description": "Request to fetch fee for a transaction",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"transaction"
|
|
],
|
|
"properties": {
|
|
"transaction": {
|
|
"type": "string",
|
|
"description": "A serialized transaction"
|
|
}
|
|
}
|
|
}
|