Coinbase Commerce API
cURL
curl --request GET \ --url https://api.commerce.coinbase.com/events/{event_id} \ --header 'X-CC-Api-Key: <api-key>'
{ "pagination": { "order": "desc", "starting_after": null, "ending_before": null, "previous_uri": null, "next_uri": "https://api.commerce.coinbase.com/checkouts?limit=20&starting_after=fb6721f2-1622-48f0-b713-aac6c819b67a", "total": 1, "yielded": 1, "limit": 1, "cursor_range": [ [ "a76721f2-1611-48fb-a513-aac6c819a9d6", "fb6721f2-1622-48f0-b713-aac6c819b67a" ] ] } }
Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.
Desired API Version (ex: 2018-03-22)
ID of event to be shown
Event
The response is of type object.
object
Was this page helpful?