Flow API
Coming Soon!
The Graffle Flow API allows for running queries against the Flow blockchain, both for the current and historical sporks.
get
api/
ping
Check for availability.
get
api/v1/blocks
/getlatest
Get the latest block
get
api/v1/blocks
/height/{blockHeight}
Get block by height
get
api/v1/blocks
/datesearch
Get the start and end block based on a date range
get
api/v1
/events
Get events by event type and block height range
get
api/v1
/transaction/{transactionId}
Get transaction
get
api/v1/account
/{address}
Get account at latest block
get
api/v1/collection
/{collectionId}
Get collection by id
post
api/v1/cadence
/execute
Execute Cadence script at latest block
Last modified 7mo ago