Trading

거래 관련 API

출금 요청

post
/tikkly-b2c/trading/withdraw

암호화폐 출금을 요청합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Example: 40115395-195e-4c14-b5f4-261f13da353e
coinstringRequired

코인 심볼

Example: BTC
cexTypestringRequired

거래소 타입

Example: binance
amountstringRequired

출금 수량

Example: 0.001
addressstringRequired

출금 주소

Example: 0x1234567890abcdef1234567890abcdef12345678
networkstringRequired

네트워크

Example: APT
Responses
200

출금 요청 성공

application/json
post
/tikkly-b2c/trading/withdraw

출금 내역 조회

post
/tikkly-b2c/trading/withdraw-history

사용자의 출금 내역을 조회합니다

Header parameters
x-api-keystringRequired

API Key

Default: TEST_API_KEYExample: TEST_API_KEY
Body
uuidstringRequired

사용자 UUID

Example: 40115395-195e-4c14-b5f4-261f13da353e
sincenumberOptional

시작 시간 (Unix timestamp, 0 = 전체)

Example: 0
untilnumberOptional

종료 시간 (Unix timestamp, 0 = 전체)

Example: 0
Responses
200

내역 조회 성공

application/json
post
/tikkly-b2c/trading/withdraw-history