Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 1.73 KB

ContractsApi.md

File metadata and controls

76 lines (42 loc) · 1.73 KB

ContractsApi

All URIs are relative to /api/v1

Method HTTP request Description
contractsList GET /contracts/
contractsRead GET /contracts/{address}/

contractsList

Example

 contractsList  ordering=value  limit=value  offset=value

Parameters

Name Type Description Notes
ordering string Which field to use when ordering the results. [optional]
limit integer Number of results to return per page. [optional]
offset integer The initial index from which to return the results. [optional]

Return type

map

Authorization

Basic

HTTP request headers

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

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

contractsRead

Example

 contractsRead address=value

Parameters

Name Type Description Notes
address string A unique value identifying this contract.

Return type

Contract

Authorization

Basic

HTTP request headers

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

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