GET
/
community
/
{id}
/
payment

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

id
string
required

Query Parameters

cursor
string

The cursor for pagination

take
number

The number of records to take

amountGte
number

The minimum amount

amountLte
number

The maximum amount

status
string

The payment status

startDate
string

The start date

endDate
string

The end date

chainId
string

The chain identifier

addresses
string[]

The account addresses

orderBy
string[]

Orderby array

Response

200 - application/json
id
string
required
communityId
string
required
transactionHash
string
required
status
enum<string>
required
Available options:
pending,
confirmed,
failed
confirmations
number
required
chainId
string
required
contract
string
required
quantity
string
required
createdAt
string
required
updatedAt
string
required