GET
/
node
/
v1
/
onchain
/
checkpoints
/
{base}
/
{quote}
curl --request GET \
  --url https://{environment}.pragma.build/node/v1/onchain/checkpoints/{base}/{quote}
[
  {
    "price": "<string>",
    "sender_address": "<string>",
    "timestamp": 1,
    "tx_hash": "<string>"
  }
]

Path Parameters

base
string
required

Base Asset

quote
string
required

Quote Asset

Query Parameters

network
enum<string>
required
Available options:
sepolia,
mainnet
limit
integer | null
Required range: x >= 0

Response

200 - application/json
Get the onchain checkpoints for a pair
price
string
required
sender_address
string
required
timestamp
integer
required
Required range: x >= 0
tx_hash
string
required