Overview
ATLOS has a REST API that allows retrieving and manipulating all payment-related objects, such as transactions, payments, invoices, etc. It also has a WebSocket API for receiving real-time payment updates.
REST API Base URL
https://api.atlos.io/gateway/rest/
WebSocket API Base URL
https://api.atlos.io/gateway/socket/
Authentication
Each request to the API has to be authenticated by passing the ApiSecret header. You can copy your API secret from the Merchant Panel under Settings.
API Terminology
| Term | Description |
|---|---|
| Asset | a native coin or a token cryptocurrency |
| Transaction | a confirmed transaction on the blockchain |
| Invoice | a request to make a payment |
| Subscription | rules for a recurring payment |
| Payment | a payment that a user is planning to make or already completed |
| Payout | an outgoing payment request |
| Wallet | your crypto wallet |