Swapin Partner API
  • What is Swapin?
  • Help & Customer Support
  • General
  • Authentication
  • API Endpoints
    • Get coins
    • Create payment
    • Payment status
    • Settle Payment
    • Payment statuses
    • Create buy order
    • Buy order status
    • Buy order statuses
  • Referral codes
  • Create referral code
  • Referral statistics
  • End customer experience
    • Verification Levels
    • Supported Countries
    • Fees, Supported Currencies and Payment Processing Times
    • Dedicated IBANs
Powered by GitBook
On this page

General

API base path for all requests in production environment is:

https://papi.swapin.com/api

API base path for all requests in test environment is:

https://papi-sandbox.swapin.com/api

All request and response bodies should be in JSON, with corresponding headers:

"Content-Type": "application/json"
"Accept": "application/json"

All requests to endpoints (except auth endpoint) must include authorization header:

"Authorization": "Bearer <AUTH_TOKEN>"
PreviousHelp & Customer SupportNextAuthentication

Last updated 1 year ago