Transfers
Get a list of transfers
GET
https://api.8pay.network/v1/:chain/wallet-to-wallet/transfers
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
string
filter by email
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
Headers
Name
Type
Description
Authorization
string
Bearer <api-key>
Last updated