⚡ SoliaPay API
Enterprise-grade non-custodial stablecoin payments
Operational
📖 Documentation
🏥 Health
🔐 Authentication (SIWE)
POST/api/v1/auth/verifyVerify signature
POST/api/v1/auth/registerRegister (requires signature)
👤 Users & Profile
GET/api/v1/profileGet user profile
PATCH/api/v1/profileUpdate profile
GET/api/v1/users/searchSearch users
GET/api/v1/users/tag/:tagLookup by @tag
📜 Activity History
GET/api/v1/actionsTransaction history
💸 Transfers (Gelato Relay)
GET/api/v1/fees/estimateEstimate transfer fee
POST/api/v1/relay/transferExecute gasless transfer
GET/api/v1/relay/status/:taskIdCheck transfer status
📇 Contacts
GET/api/v1/contactsList contacts
POST/api/v1/contactsAdd contact
DELETE/api/v1/contacts/:idRemove contact
🔑 Authentication Required
Protected endpoints require X-API-Key header for Flutter app requests.