cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/tokens \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "token_id": "<string>", "collection_id": "<string>", "total_taps": 123, "unique_tap_users": 123, "total_registrations": 123, "unique_reg_users": 123, "avg_registration_time": 123, "conversion_rate": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
1 <= x <= 1000
asc
desc
Successful response
Show child attributes