Overview

This endpoint allows you to integrate into our global economy.

Base URL:

https://swayfy.xyz/api/economy

Authorization:

{
auth: '', // Your API KEY
encrypt: '' // Your Encryption KEY
}

By adding the following code to the headers, you define a reqest type.

{
type: ''
}

Request types:

  • get

  • all

  • collect

All types of requests should be lowercase.

Last updated