Returns paginated Game Vault funding records for the project owner
Returns paginated Game Vault funding records for the project owner
bearer In: header
Game entity slug
Value in
Number of items per page
1 <= value <= 10010Page number
1 <= value1Sort direction
Value in
The field to sort by
Value in
application/json
curl -X GET "https://example.com/playables/string/coinflip/vault-funding"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "amount": "string", "direction": "credit", "kind": "VAULT_FUNDED", "sourceType": "CHAIN_DEPOSIT", "sourceId": "string", "reason": "string", "createdAt": "string" } ]}