Get Contract

Get information about a contract, such as name, description, symbol, chain, and network.

get
Authorizations
Query parameters
offsetnumberOptional

Offset determines the starting point for the returned list

Example: 0
limitnumber · min: 1 · max: 50Optional

Limit on the the number of contracts returned

Example: 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