get https://{API_URL}/transactions
Retrieves a paginated list of blockchain transactions, including mints, transfers, and trades.
Log in to see full request history
Response
Retrieves a paginated list of blockchain transactions, including mints, transfers, and trades.
xxxxxxxxxx
curl --request GET \
--url https://api_url/transactions \
--header 'accept: application/json'
Try It!
to start a request and see the response here!