Generate random BigInt on Postman!

Is it possible to randomly generate BigInt Numbers natively in Postman? If is it possible how can I do it; if isn’t how can I overcome this?

Thx in advance.

Rhaydrick Sandokhan

Are you just needing a really large number?

It’s always an option to just chain randomInt

{{$randomInt}}{{$randomInt}}{{$randomInt}}

Do you need this in your request or in your tests?

1 Like

Thats, pretty cool!

I need this in my request!

Btwm thx for the solution, @allenheltondev!

1 Like