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
0limitnumber · min: 1 · max: 50OptionalExample:
Limit on the the number of contracts returned
10Responses
200
The contracts have been successfully retrieved.
No content
get
/v1/contractGET /v1/contract HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
200
The contracts have been successfully retrieved.
No content
Last updated