cURL
curl --request GET \ --url https://{environment}.pragma.build/node/v1/onchain/checkpoints/{base}/{quote}
[ { "price": "<string>", "sender_address": "<string>", "timestamp": 1, "tx_hash": "<string>" } ]
Base Asset
Quote Asset
starknet-mainnet
starknet-sepolia
x >= 0
Get the onchain checkpoints for a pair
The response is of type object[].
object[]
Was this page helpful?