Skip to content

Commit

Permalink
[gateio-v4] Add more http requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Aug 26, 2024
1 parent aedf729 commit 26a24a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions xchange-gateio-v4/src/test/resources/rest/spot.http
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Timestamp: {{timestamp}}
Content-Type: application/json


### List spot accounts
< {%
import {gen_sign} from 'sign.js'
gen_sign("GET", request);
%}

GET {{api_v4}}/spot/accounts
KEY: {{api_key}}
SIGN: {{sign}}
Timestamp: {{timestamp}}
Content-Type: application/json


### Query account book
< {%
import {gen_sign} from 'sign.js'
Expand Down

0 comments on commit 26a24a8

Please sign in to comment.