Details
Trade Transfer Commitments Details (v1.0.0)
Download OpenAPI specification:Download
API Documentation for Trade Transfer Commitments Details
GetCommitment
GetCommitment gets the funds in an account that are committed to the market.
Authorizations:
bearerAuth
path Parameters
| market_id required | integer (market_id) market_id is the numeric identifier of the market in the commitment. |
| account required | string (account) account is the bech32 address string of the account in the commitment. |
Responses
Response samples
- 200
Content type
application/json
{- "amount": [
- {
- "denom": "string",
- "amount": "string"
}
]
}