Get Contract
Get information about a contract, such as name, description, symbol, chain, and network.
get
Authorizations
Query parameters
offsetnumberOptionalExample:
Offset determines the starting point for the returned list
0
limitnumber · min: 1 · max: 50OptionalExample:
Limit on the the number of contracts returned
10
Responses
200
The contracts have been successfully retrieved.
get
GET /v1/contract HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
200
The contracts have been successfully retrieved.
No content
Last updated