Skip to main content
POST
List Allocations
Endpoint: POST https://api.rebelfi.io/v1/allocations
This endpoint uses POST instead of GET because wallet identification requires a request body. It counts toward POST rate limits (20/min).
Get all allocations for a wallet. Identify the wallet using one of: walletAddress, walletId, or userId.

Request Body

Provide exactly one wallet identifier:

Example Request

Example Response

Response Fields

Allocation Object

All three identifiers (walletId, walletAddress, userId) return the same allocations for the same underlying wallet. Use whichever is most convenient for your integration.