# Buyers and Sellers

Users represent users of the platform.

 - [POST /api/v1/guest_users](https://docs.trustap.com/apis/v1.0/openapi/buyers-and-sellers/users.createguestuser.md): This endpoint creates guest user which can be used as the buyer or the seller. If guest user is used as the seller in a transaction, they need to be created with `country_code` parameter correctly set
 - [GET /api/v1/me/balances](https://docs.trustap.com/apis/v1.0/openapi/buyers-and-sellers/users.getbalances.md)
 - [GET /api/v1/me/features](https://docs.trustap.com/apis/v1.0/openapi/buyers-and-sellers/users.getuserfeatures.md)
 - [POST /api/v1/me/features/instant_payouts](https://docs.trustap.com/apis/v1.0/openapi/buyers-and-sellers/users.setinstantpayouts.md)
 - [GET /api/v1/me/payouts](https://docs.trustap.com/apis/v1.0/openapi/buyers-and-sellers/users.getpayouts.md)
