Public
Documentation Settings

Admin API

resolution

POSTAxis Sell Fix

{{ _.base_url }}/api/v1/no-auth/Admin/AxisSellFix
  • Fix Axis Sell Issue
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
Content-Type

application/json

Bodyraw (json)
json
{
	"action": "",
	"chain": "",
	"partner_order_id": ""
}
Example Request
curl
curl --location -g '{{ _.base_url }}/api/v1/no-auth/Admin/AxisSellFix' \
--header 'Content-Type: application/json' \
--data '{
	"action": "",
	"chain": "",
	"partner_order_id": ""
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTAxis Buy Fix

{{ _.base_url }}/api/v1/no-auth/Admin/AxisBuyFix
  • Fix Axis Buy Issue
AUTHORIZATIONBearer Token
Token

<token>

HEADERS
Content-Type

application/json

Bodyraw (json)
json
{
	"action": "",
	"chain": "",
	"partner_order_id": ""
}
Example Request
curl
curl --location -g '{{ _.base_url }}/api/v1/no-auth/Admin/AxisBuyFix' \
--header 'Content-Type: application/json' \
--data '{
	"action": "",
	"chain": "",
	"partner_order_id": ""
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers