Executions
Last updated
Last updated
A schedule can be executed once or multiple times depending on its frequency.
In order for executions to be performed, the user will need to have enough funds on its gas-wallet to pay for blockchain fees.
An execution can fail if the sender hasn’t got enough funds on his wallet. In that case 8Pay will retry every 6 hours.
GET
https://api.8pay.network/v1/:chain/scheduled-payments/executions
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.8pay.network/v1/:chain/scheduled-payments/schedules/:scheduleId/executions
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
chain
string
from
number
filter by timestamp
(default 0)
to
number
filter by timestamp
(default current timestamp)
sort
string
asc
or desc
based on timestamp
(default desc
)
Authorization
string
Bearer <api-key>
scheduleId
string
ID of the schedule
chain
string
from
number
filter by timestamp
(default 0)
to
number
filter by timestamp
(default current timestamp)
sort
string
asc
or desc
based on timestamp
(default desc
)
Authorization
string
Bearer <api-key>