get_onchain_checkpoints
GET/node/v1/onchain/checkpoints/:base/:quote
get_onchain_checkpoints
Request
Path Parameters
base stringrequired
Base Asset
quote stringrequired
Quote Asset
Query Parameters
network Networkrequired
Possible values: [sepolia
, mainnet
]
limit int64
Responses
- 200
Get the onchain checkpoints for a pair
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
price stringrequired
sender_address stringrequired
timestamp int64required
tx_hash stringrequired
[
{
"price": "string",
"sender_address": "string",
"timestamp": 0,
"tx_hash": "string"
}
]
Loading...