Quick Start

circle-info

Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can contact HUSKY to generate an API key.

Request Headers

Each API request must include these headers

x-appid

App ID

x-signature

Signature of the request body

Signature

We use "pbkdf2"

1) Prepare payload by sort keys of the payload object by alphabet and serial to JSON string,

function sortKeysFor(obj) {
    return Object.keys(obj).sort().reduce(function(map, key) {
        map[key] = obj[key]
      return map
    }, {})
}

2) Generate signature

3) Send a request

4) Mixed together

Bank Code

No
Bank Code
Bank Name

1

KBANK

ธนาคารกสิกรไทย

2

SCB

ธนาคารไทยพาณิชย์

3

BBL

ธนาคารกรุงเทพ

4

BAY

ธนาคารกรุงศรีอยุธยา

5

KTB

ธนาคารกรุงไทย

6

TTB

ธนาคารทหารไทยธนชาต

7

GSB

ธนาคารออมสิน

8

BAAC

ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร

9

CIMB

ธนาคารซีไอเอ็มบีไทย

10

UOB

ธนาคารยูโอบี

11

KKP

ธนาคารเกียรตินาคินภัทร

12

TISCO

ธนาคารทิสโก้

13

CITI

ธนาคารซิตี้แบงก์

14

GHB

ธนาคารอาคารสงเคราะห์

15

SCBT

ธนาคารสแตนดาร์ดชาร์เตอร์ด ประเทศไทย

16

BOC

Bank of China

17

LHBANK

ธนาคารแลนด์ แอนด์ เฮ้าส์ จำกัด (มหาชน)

18

ICBC

ธนาคารพาณิชย์อุตสาหกรรมแห่งประเทศจีน

19

IBANK

ธนาคารอิสลามแห่งประเทศไทย

Limitation

Deposit

Min 50

Max 49,000

Withdraw

Min 100

Max 55,000

Last updated