Endpoint
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Yes | Your partner API key |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
delivered | string | No | Filter by delivery status: true or false |
Response
Success (200 OK)
Event kinds
| Kind | Description |
|---|---|
pix_key | Pix key lifecycle events |
pix_inflow | Incoming Pix payment events |
user | User account events |
usdt_withdrawal | USDT withdrawal events |
Pix Key event log
| Log kind | Description |
|---|---|
created | Pix key creation requested |
registered | Pix key successfully registered |
failed | Pix key registration failed |
canceled | Pix key was deleted |
Pix Inflow event log
| Log kind | Description |
|---|---|
created | Pix inflow received |
credited | Funds credited to user |
failed | Inflow processing failed |
User event log
| Log kind | Description |
|---|---|
opened | User account opened |
closed | User account closed |
USDT Withdrawal event log
| Log kind | Description |
|---|---|
created | Withdrawal request created |
sent | Transaction sent to blockchain |
settled | Transaction confirmed on-chain |
failed | Withdrawal failed |
