mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
add docs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "General Information on Endpoints | Binance Open Platform"
|
||||
source: "https://developers.binance.com/docs/binance-spot-api-docs/testnet/rest-api/general-information-on-endpoints"
|
||||
fetched_at: "2026-02-26T10:38:10.575Z"
|
||||
---
|
||||
- For `GET` endpoints, parameters must be sent as a `query string`.
|
||||
- For `POST`, `PUT`, and `DELETE` endpoints, the parameters may be sent as a `query string` or in the `request body` with content type `application/x-www-form-urlencoded`. You may mix parameters between both the `query string` and `request body` if you wish to do so.
|
||||
- Parameters may be sent in any order.
|
||||
- If a parameter sent in both the `query string` and `request body`, the `query string` parameter will be used.
|
||||
Reference in New Issue
Block a user