Schedules
Schedules define the amount, token and frequency of the recurring payment. You can create a schedule using the web app.
Get a list of schedules
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules
Path Parameters
Name
Type
Description
chain
string
Query Parameters
Name
Type
Description
admin
string
filter by admin
receiver
string
filter by receiver
from
number
filter by createdAt
(default 0)
to
number
filter by createdAt
(default current timestamp)
sort
string
asc
or desc
(default desc
), sort based on createdAt
transactionHash
string
filter by transactionHash
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Get a schedule
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules/:scheduleId
Path Parameters
Name
Type
Description
scheduleId
string
ID of the schedule
chain
string
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Last updated