Community Payments
Get payments over time
GET
Authorizations
Path Parameters
Query Parameters
The cursor for pagination
Example:
""
The number of records to take
Example:
10
The minimum amount
Example:
10
The maximum amount
Example:
1000
The payment status
Example:
"SUCCESS"
The start date
Example:
"2024-01-01"
The end date
Example:
"2024-12-31"
The chain identifier
Example:
"11155111"
The account addresses
Example:
"[\"0x5feff5aed9cff99f9f33e20f211b50035bfb3da3\",\"0xba8f13ed4c69a39192de349dd1ff7fb70aefeccf\",\"0xa5863abbae9528600e5ebf7daf2e7b99c4faed3d\",\"0x60bc02cb4ccd9cb48cb9cbcb0faf2a7beca4712f\",\"0x7dbf241bf68ab5b269afff23d58c804cfa3acf4d\"]"
Orderby array
Example:
"[{ \"createdAt\": \"desc\" },{ \"status\": \"asc\" }, {\"usdValue\": \"asc\"}, {\"transactionHash\": \"asc\"}, {\"payer\": {\"address\": \"asc\"}}, {\"contract\": {\"tokenAddress\": \"asc\"}}]"
Response
200 - application/json
Get payments over time retrieved successfully
Available options:
pending
, confirmed
, failed