GATE IO HOW TO DEPOSIT

GATE IO CLOSING ACCOUNTS

This interface is secured using HTTP Basic auth. All requests must include a Basic authorization header.
GET
/
getDocumentation
text/htmlresult:
"String"

HOW TO MAKE XOR GATE IN DRAW.IO

Provider-specific operations, such as submitting an order and querying the status. In addition to these operations, if a provider has a callback configured (via the 'orderCallbackUrl' field in the providers database), whenever the state changes to DISPATCHED or higher the provider's URL will be called with an HTTP POST request. The body of the request will be the complete JSON-encoded order structure, identical to the result from the GET /orders/{order_id} call.
GET
/orders/{order_id}
Get a current order
Returns the complete order.
path {order_id}:
"String"
application/jsonapplication/vnd.phl.sw-1.0+jsonresult:
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
GET
/orders/{order_id}
Get a current order
Returns the complete order.
path {order_id}:
"String"
application/vnd.phl.sw-1.1+jsonresult:
product"Product"
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
GET
/orders/{order_id}/status
Get the status for an order
path {order_id}:
"String"
text/plainresult:
CREATEDAll orders enter this state when first created. At this point, only OrderCustomerInfo is available.
DISPATCHEDSet when the SIM supplier dispatches the SIM card. At this point the OrderDispatchInfo is available. In practice this state is never visible externally; it immediately transitions to PLAN_LOADED.
PLAN_LOADEDThis state will follow DISPATCHED immediately, as a plan is always loaded (the default plan is loaded if one is not given). The subscriber ID is available once the order progresses to this state.
DELIVEREDSet when a SIM card is delivered. There is currently no way to detect this, so this state is never entered.
ACTIVATEDSet when a SIM card is activated on the network.
INACTIVENot used; reserved for future use.
PUT
/orders/{order_id}
Adds an order
If this call completes successfully, the order will be sent to the supplier, and the order status can be queried. The "plan" field, despite being a string, must be a positive integer value corresponding to a tariff ID in I-New. The "plan" field is optional.
path {order_id}:
"String"
application/jsonapplication/vnd.phl.sw-1.0+jsonrequest:
customerInfoOrderCustomerInfo
orderId"String"This must match the order ID portion of the URL.
simSerialId"String"
query skipSupplierNotification:
boolean
application/jsonapplication/vnd.phl.sw-1.0+jsonresult:
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
PUT
/orders/{order_id}
Adds an order
If this call completes successfully, the order will be sent to the supplier, and the order status can be queried. The "plan" field, despite being a string, must be a positive integer value corresponding to a tariff ID in I-New. The "plan" field is optional.
path {order_id}:
"String"
application/vnd.phl.sw-1.1+jsonrequest:
product"String"
customerInfoOrderCustomerInfo
orderId"String"This must match the order ID portion of the URL.
simSerialId"String"
query skipSupplierNotification:
boolean
application/vnd.phl.sw-1.1+jsonresult:
product"Product"
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry

GATE IO YAHOO

Supplier-specific operations, such as querying an order and updating the order with delivery/dispatch details.
GET
/supplier/{order_key}
Queries an order
path {order_key}:
"String"
application/jsonapplication/vnd.phl.sw-1.0+jsonresult:
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
GET
/supplier/{order_key}
Queries an order
path {order_key}:
"String"
application/vnd.phl.sw-1.1+jsonresult:
product"Product"
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryhttp gate io
POST
/supplier
Updates an order
Updates the status of an order, and any additional data relevant to the status - for example, the dispatch info for the dispatch status. This should only be used for putting an order into the DISPATCHED state, with the dispatch info included. IMPORTANT: the 'imsi' field of the dispatch info should actually be an ICCID, not an IMSI! The provisioning service will get the appropriate IMSI and substitute it. The leading '89' on the ICCID is optional, and will be prepended if missing.
application/jsonapplication/vnd.phl.sw-1.0+jsonrequest:
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistorygate io ceo
application/jsonapplication/vnd.phl.sw-1.0+jsonresult:
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
POST
/supplier
Updates an order
Updates the status of an order, and any additional data relevant to the status - for example, the dispatch info for the dispatch status. This should only be used for putting an order into the DISPATCHED state, with the dispatch info included. IMPORTANT: the 'imsi' field of the dispatch info should actually be an ICCID, not an IMSI! The provisioning service will get the appropriate IMSI and substitute it. The leading '89' on the ICCID is optional, and will be prepended if missing.
application/vnd.phl.sw-1.1+jsonrequest:
product"Product"
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"
stateHistoryOrderStateEntry
application/vnd.phl.sw-1.1+jsonresult:
product"Product"
orderId"String"
providerIdint
providerName"String"
simSerialId"String"
customerOrderCustomerInfoAvailable when the state is CREATED or later. Cannot be modified.
dispatchOrderDispatchInfoAvailable when the state is DISPATCHED or later. Can be modified as long as state remains in DISPATCHED.
subscriberIdlongThe customer's subscriber ID in the I-New system. Available when the state is PLAN_LOADED or later, and is populated automatically.
phoneNumber"String"

GATEIO TRADING VOLUME

GATE IO SECURITY RESET GOOGLE AUTHENTICATOR

Encodes the state of an order. Order states always transition from one state to the next; state transititions can never go backwards. The DISPATCHED state will never be seen in practice; it always transitions immediately to PLAN_LOADED.
CREATEDAll orders enter this state when first created. At this point, only OrderCustomerInfo is available.
DISPATCHEDSet when the SIM supplier dispatches the SIM card. At this point the OrderDispatchInfo is available. In practice this state is never visible externally; it immediately transitions to PLAN_LOADED.
PLAN_LOADEDThis state will follow DISPATCHED immediately, as a plan is always loaded (the default plan is loaded if one is not given). The subscriber ID is available once the order progresses to this state.
DELIVEREDSet when a SIM card is delivered. There is currently no way to detect this, so this state is never entered.
ACTIVATEDSet when a SIM card is activated on the network.
INACTIVENot used; reserved for future use.

GATE IO NEW COIN LISTINGS

MOBILE
WBB

GATEIO BONUS

A single entry in a list of order history entries. This is a copy of most of the fields of the Order type, with the addition of a timestamp.
timestamp"Date"

COMO PERROS Y GATOS 1 SITE CUEVANA2.IO

Information available once a SIM card has been dispatched. This is general information about the SIM card itself.
imsi"String"
trackingNumber"String"The postal tracking number used to track the parcel containing the SIM card.

GATEIO NO KYC

Defines information known about the customer before the order is placed - only the name and address, and optionally a plan to activate for the customer.
address"String"Customer's address, as an array of address lines. This will appear on a physical address label exactly as given, along with the customer's name.
name"String"Customer's name, for addressing purposes.
plan"String"The plan to activate for the customer. This must be a tariff ID present in the I-New system. This field is optional, and may be omitted.