Payments
Get a list of payments
GET
https://api.8pay.network/v1/:chain/wallet-to-wallet/payments
Path Parameters
Name
Type
Description
chain*
string
Query Parameters
Name
Type
Description
tag
string
filter by tag
receiver
string
filter by receiver
token
string
filter by token
from
string
filter by timestamp
(default 0)
to
string
filter by timestamp
(default current timestamp)
sort
string
asc
or desc
(default desc
), sort based on timestamp
string
filter by email
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Get a payment
GET
https://api.8pay.network/v1/:chain/wallet-to-wallet/payments/:id
Path Parameters
Name
Type
Description
id
string
ID of the one-time
chain
string
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Last updated