Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.47 KB

TreasuryApi.md

File metadata and controls

60 lines (32 loc) · 1.47 KB

\TreasuryApi

All URIs are relative to https://testnet.mvcapi.com

Method HTTP request Description
treasury_get GET /treasury Get current treasury info.
treasury_history_get GET /treasury/history Get all treasury history.

treasury_get

crate::models::TreasuryInfo treasury_get() Get current treasury info.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::TreasuryInfo

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

treasury_history_get

Veccrate::models::TreasuryHistory treasury_history_get() Get all treasury history.

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::TreasuryHistory

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]